Type aliases
SendArgs
SendArgs: { amount: BigNumber; from: string; toDomain: number; toId: string; token: string }
Type declaration
amount: BigNumber
from: string
toDomain: number
toId: string
token: string
SendTypes
SendTypes: [string, string, number, string, BigNumber]
TokenDeployedArgs
TokenDeployedArgs: { domain: number; id: string; representation: string }
Type declaration
domain: number
id: string
representation: string
TokenDeployedTypes
TokenDeployedTypes: [number, string, string]