Type alias QueryMsg

QueryMsg: {
    header_height: {};
} | {
    deposit_fees: {
        index?: number | null;
    };
} | {
    withdrawal_fees: {
        address: string;
        index?: number | null;
    };
}

Type declaration

  • header_height: {}

    Type declaration

    • deposit_fees: {
          index?: number | null;
      }
      • Optional index?: number | null

    Type declaration

    • withdrawal_fees: {
          address: string;
          index?: number | null;
      }
      • address: string
      • Optional index?: number | null

    ©2020 - 2024 Oraichain Foundation