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