Type alias LedgerTxInfoParams
LedgerTxInfoParams: Pick<TxParams, "amount" | "recipient"> & {
apiKey: string;
feeRate: FeeRate;
network: Network;
nodeApiKey: string;
sender: Address;
sochainUrl: string;
}
Type declaration
apiKey: string
feeRate: FeeRate
network: Network
nodeApiKey: string
sender: Address
sochainUrl: string