AssetsRequest represents a message that queries the registered assets of a chain

interface AssetsRequest {
    chain: string;
}

Properties

Properties

chain: string

Generated using TypeDoc