MSgRegisterIBCPath represents a message to register an IBC tracing path for a cosmos chain

Deprecated

interface RegisterIBCPathRequest {
    chain: string;
    path: string;
    sender: Uint8Array;
}

Properties

Properties

chain: string
path: string
sender: Uint8Array

Generated using TypeDoc