ChainsByAssetRequest represents a message that queries the chains that support an asset on the network

interface ChainsByAssetRequest {
    asset: string;
}

Properties

Properties

asset: string

Generated using TypeDoc