Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:142

Type Parameters

T

T extends NumberType

Properties

autoApproveAllIncomingTransfers?

optional autoApproveAllIncomingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:166

The new auto approve all incoming transfers. Must have the necessary permissions to update.


autoApproveSelfInitiatedIncomingTransfers?

optional autoApproveSelfInitiatedIncomingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:162

The new auto approve self initiated incoming transfers. Must have the necessary permissions to update.


autoApproveSelfInitiatedOutgoingTransfers?

optional autoApproveSelfInitiatedOutgoingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:158

The new auto approve self initiated outgoing transfers. Must have the necessary permissions to update.


collectionId

collectionId: string

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:146

The ID of the collection to transfer tokens from.


creator

creator: string

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:144

The creator of the transaction.


incomingApprovals?

optional incomingApprovals?: iUserIncomingApproval<T>[]

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:154

The new incoming approvals. Must have the necessary permissions to update.


outgoingApprovals?

optional outgoingApprovals?: iUserOutgoingApproval<T>[]

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:150

The new outgoing approvals. Must have the necessary permissions to update.


updateAutoApproveAllIncomingTransfers?

optional updateAutoApproveAllIncomingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:164

Whether or not to update the auto approve all incoming transfers.


updateAutoApproveSelfInitiatedIncomingTransfers?

optional updateAutoApproveSelfInitiatedIncomingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:160

Whether or not to update the auto approve self initiated incoming transfers (i.e. to == the user and initiator == the user).


updateAutoApproveSelfInitiatedOutgoingTransfers?

optional updateAutoApproveSelfInitiatedOutgoingTransfers?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:156

Whether or not to update the auto approve self initiated outgoing transfers (i.e. from == the user and initiator == the user).


updateIncomingApprovals?

optional updateIncomingApprovals?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:152

Whether or not to update the incoming approvals.


updateOutgoingApprovals?

optional updateOutgoingApprovals?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:148

Whether or not to update the outgoing approvals.


updateUserPermissions?

optional updateUserPermissions?: boolean

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:168

Whether or not to update the user permissions.


userPermissions?

optional userPermissions?: iUserPermissions<T>

Defined in: packages/bitbadgesjs-sdk/src/transactions/messages/bitbadges/tokenization/interfaces.ts:170

The new user permissions. Must have the necessary permissions to update.

Edit this page on GitHub