Type alias GetCollateralCallbackParams

GetCollateralCallbackParams: {
    data: {
        amount: Lovelace;
        utxos: Utxo[];
    };
    sender: MessageSender;
    type: GetCollateral;
}

Type declaration

Generated using TypeDoc