Type alias FeeEstimateOptions

FeeEstimateOptions: {
    memo?: string;
    sender?: string;
}

Type definition for fee estimate options.

Type declaration

  • Optional memo?: string
  • Optional sender?: string

Generated using TypeDoc