Skip to content

GetMerchantInformationReturnType

GetMerchantInformationReturnType = { id: string; onChainMetadata: { domain: string; name: string; }; rewards: MerchantReward[]; }

Defined in: types/rpc/merchantInformation.ts:165

Response of the frak_getMerchantInformation RPC method

id: string

Defined in: types/rpc/merchantInformation.ts:169

Current merchant id


onChainMetadata: { domain: string; name: string; }

Defined in: types/rpc/merchantInformation.ts:173

Some metadata

domain: string

Domain of the merchant on-chain

name: string

Name of the merchant on-chain


rewards: MerchantReward[]

Defined in: types/rpc/merchantInformation.ts:183