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
Properties
Section titled “Properties”id:
string
Defined in: types/rpc/merchantInformation.ts:169
Current merchant id
onChainMetadata
Section titled “onChainMetadata”onChainMetadata: {
domain:string;name:string; }
Defined in: types/rpc/merchantInformation.ts:173
Some metadata
domain
Section titled “domain”domain:
string
Domain of the merchant on-chain
name:
string
Name of the merchant on-chain
rewards
Section titled “rewards”rewards:
MerchantReward[]
Defined in: types/rpc/merchantInformation.ts:183