RegisterAssetRequest represents a message to register an asset to a cosmos based chain

interface RegisterAssetRequest {
    asset?: Asset;
    chain: string;
    limit: Uint8Array;
    sender: Uint8Array;
    window?: Duration;
}

Properties

asset?: Asset
chain: string
limit: Uint8Array
sender: Uint8Array
window?: Duration

Generated using TypeDoc