Type declaration
create:function
- create<I>(base?): EventTokenSent
Type Parameters
- I extends {
amount?: Uint8Array;
destinationAddress?: string;
destinationChain?: string;
sender?: Uint8Array;
symbol?: string;
} & {
amount?: Uint8Array;
destinationAddress?: string;
destinationChain?: string;
sender?: Uint8Array;
symbol?: string;
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): EventTokenSent
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): EventTokenSent
Type Parameters
- I extends {
amount?: Uint8Array;
destinationAddress?: string;
destinationChain?: string;
sender?: Uint8Array;
symbol?: string;
} & {
amount?: Uint8Array;
destinationAddress?: string;
destinationChain?: string;
sender?: Uint8Array;
symbol?: string;
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown