Fees

Creating a record of the amount of fees

gf.fee create '[ "ETHEREUM", "ETH", "gf.eth", "8,ETH" ]'

Contract | Action | [ Network | Network Type | Token Contract | Symbol ]

Updating the record of fees

gf.fee update '[ 2, "0.00000124 ETH" ]'

Contract | Action | [ Network Id | Network Fee ]

Removing of fees records

gf.fee remove '[ 2 ]'

Contract | Action | [ Network Id ]

Action 'Create'

Example

{
  "NETNAME": "ETHEREUM",
    "TYPE": "ETH",
    "contract": "gf.eth",
    "token": "8,ETH"
}

Action 'Update'

Example

{
    "id": 2,
    "fee": "0.00000124 ETH"
}

Action 'Remove'

Example

{
    "id": 2
}

https://history.dev.globalforce.io/v1/chain/get_table_rows?code=gf.fee&scope=gf.fee&table=fees&json=true&limit=500

"rows": [{
      "id": "1",						
      "NETNAME": "ETHEREUM",
      "TYPE": "ETH",
      "contract": "gf.eth",
      "fee": "0.00002400 ETH"
    }
  ]

Fees

``Contract | Action | [ Network | Network Type | Token Contract | Symbol ]`` ``Contract | Action | [ Network Id | Network Fee ]`` ``Contract | Action | [ Networ

Loading...