Wallets
View endpoints for wallet information.
export interface ViewWalletInfo
{
id: number,
address: string,
communityUuid: string,
communityName: string,
isMember: boolean,
isCommunityOwner: boolean,
isAdmin: boolean,
}Information about wallet (access, roles, communities, ...)
Path Parameters
Name
Type
Description
Last updated