Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Networks = map[uint64]*parser.Network{ 0: { Name: "Hedera", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ constants.Hbar: { Networks: map[uint64]string{ 33: "0x0000000000000000000000000000000000000001", }, }, }, Nft: nil, }, }, 1: { Name: "Network1", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ "0xb083879B1e10C8476802016CB12cd2F25a896691": { Networks: map[uint64]string{ 33: "0x0000000000000000000000000000000000000123", }, }, }, Nft: nil, }, }, 2: { Name: "Network2", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ "0x0000000000000000000000000000000000000000": { Networks: map[uint64]string{ 0: "", }, }, }, Nft: nil, }, }, 3: { Name: "Network3", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ "0x0000000000000000000000000000000000000000": { Networks: map[uint64]string{ 0: "", }, }, }, Nft: nil, }, }, 32: { Name: "Network32", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ "0x0000000000000000000000000000000000000000": { Networks: map[uint64]string{ 0: "", }, }, }, Nft: nil, }, }, 33: { Name: "Network33", Tokens: parser.Tokens{ Fungible: map[string]parser.Token{ "0x0000000000000000000000000000000000000000": { Networks: map[uint64]string{ 0: constants.Hbar, 1: "0xsome-other-eth-address", }, }, }, Nft: nil, }, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.