Variable FeesConst

Fees: {
    methods: {
        getFeeStructure: {
            I: typeof Empty;
            O: typeof FeeStructure;
            kind: Unary;
            name: "getFeeStructure";
        };
    };
    typeName: "valorem.trade.v1.Fees";
} = ...

Service for getting Valorem Clear and Trade fee information.

Type declaration

  • Readonly methods: {
        getFeeStructure: {
            I: typeof Empty;
            O: typeof FeeStructure;
            kind: Unary;
            name: "getFeeStructure";
        };
    }
    • Readonly getFeeStructure: {
          I: typeof Empty;
          O: typeof FeeStructure;
          kind: Unary;
          name: "getFeeStructure";
      }

      Returns the Valorem Fee structure.

      Generated

      from rpc valorem.trade.v1.Fees.getFeeStructure

  • Readonly typeName: "valorem.trade.v1.Fees"

Generated

from service valorem.trade.v1.Fees

Generated using TypeDoc