Function: getDepositDenom()
Extract the deposit denom from a prediction market collection's mint approval. Returns the denom string (e.g., 'ubadge', 'ibc/F082B65...') or undefined if not…
getDepositDenom(
collection):string|undefined
Defined in: packages/bitbadgesjs-sdk/src/core/prediction-markets.ts:54
Extract the deposit denom from a prediction market collection's mint approval. Returns the denom string (e.g., 'ubadge', 'ibc/F082B65...') or undefined if not found.
Parameters
collection
any
Returns
string | undefined