OBJECT

Fee

link GraphQL Schema definition

  • type Fee {
  • # Name of the fee
  • name: String!
  • # Description of the fee
  • description: String!
  • # Amount the fee will be charged
  • rate: String!
  • # Asset that will be used to cover the fee
  • type: String!
  • }

link Require by