Type alias LedgerTxInfoParams

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

Type declaration

  • feeRate: FeeRate
  • network: Network
  • nodeApiKey: string
  • sender: Address
  • sochainUrl: string

Generated using TypeDoc