Type alias DStdFee

DStdFee: Documentation<{
    amount: readonly DCoin[];
    gas: string;
    granter?: string;
    payer?: string;
}, StdFee>

StdFee Documentation

StdFee defines

Type declaration

  • Readonly amount: readonly DCoin[]
  • Readonly gas: string
  • Optional Readonly granter?: string
  • Optional Readonly payer?: string

Generated using TypeDoc