gf.types create '[ "ETHEREUM", "ETH", "https://etherscan.io/tx/","https://etherscan.io/address/" ]'
Contract | Action | [ Network | Network Type | Transaction URL | Account URL ]
gf.types update '[ "ETHEREUM", "ETH", "https://etherscan.io/tx/","https://etherscan.io/address/" ]'
Contract | Action | [ Network | Network Type | Transaction URL | Account URL ]
gf.types remove '[ 1 ]''
Contract | Action | [ Network ID ]
{
"NETNAME": "ETHEREUM",
"TYPE": "ETH",
"EXPLORER": "https://etherscan.io/tx/",
"ADDRESS": "https://etherscan.io/address/"
}
{
"NETNAME": "ETHEREUM",
"TYPE": "ETH",
"EXPLORER": "https://etherscan.io/tx/",
"ADDRESS": "https://etherscan.io/address/"
}
{
"id": 2
}
https://history.dev.globalforce.io/v1/chain/get_table_rows?code=gf.types&scope=gf.types&table=types&json=true&limit=500
https://history.dev.globalforce.io get table gf.types gf.types types
"rows": [
{
"id": 1,
"NETNAME": "GF",
"TYPE": "GF",
"EXPLORER": "https://globalforce.io/transaction/",
"ADDRESS": "https://globalforce.io/account/"
},
{
"id": 2,
"NETNAME": "BITCOIN",
"TYPE": "BTC",
"EXPLORER": "https://www.blockchain.com/btc/tx/",
"ADDRESS": "https://www.blockchain.com/explorer/addresses/btc/"
}
]
``Contract | Action | [ Network | Network Type | Transaction URL | Account URL ]`` ``Contract | Action | [ Network | Network Type | Transaction URL | Account UR