interface SetGatewayRequest {
    address: Uint8Array;
    chain: string;
    sender: Uint8Array;
}

Properties

Properties

address: Uint8Array
chain: string
sender: Uint8Array

Generated using TypeDoc