external_token_list.gno
AddToken
func AddToken(
cur realm,
tokenPath string
)Parameters
Name
Type
Description
RemoveToken
Parameters
Name
Type
Description
Last updated
func AddToken(
cur realm,
tokenPath string
)AddToken adds a token to the reward token whitelist.
cur
realm
Pass cross as argument.
tokenPath
string
path of the token to add
RemoveToken removes a token from the reward token whitelist.
cur
realm
Pass cross as argument.
tokenPath
string
path of the token to remove
Last updated
func RemoveToken(
cur realm,
tokenPath string
)