Skip to main content

Interface: AwardApproveParticipantTangleResponse

Tangle response object returned after approving award participation

Hierarchy

Properties

address

Optional Readonly address: string

Target address that needs to be funded to perform the request

Inherited from

TangleResponse.address


amount

Optional Readonly amount: number

Amount needed to perform the request

Inherited from

TangleResponse.amount


badges

badges: Object

Key value pair for the received badges where key is the build5 id/wallet address of the member value is the build5 id of the badge transaction

Index signature

▪ [key: string]: string


code

Optional Readonly code: number

Error code, in case of failure.

Inherited from

TangleResponse.code


errors

errors: Object

Key value pair representing badge issuing errors key is the build5 id/wallet address of the member value is information about the error

Index signature

▪ [key: string]: ApiError


message

Optional Readonly message: string

Error message, in case of failure.

Inherited from

TangleResponse.message


nativeTokens

Optional Readonly nativeTokens: NativeToken[]

Native token count in case the request needs native tokens to perform

Inherited from

TangleResponse.nativeTokens


status

Optional Readonly status: string

Status of the request

Inherited from

TangleResponse.status


swap

Optional Readonly swap: string

Swap Build5 uid

Inherited from

TangleResponse.swap