Interface QueryContractsByCreatorResponseSDKType

QueryContractsByCreatorResponse is the response type for the Query/ContractsByCreator RPC method.

interface QueryContractsByCreatorResponseSDKType {
    contract_addresses: string[];
    pagination?: PageResponseSDKType;
}

Properties

contract_addresses: string[]
pagination?: PageResponseSDKType