Skip to main content

Interface: AwardCreateTangleResponse

Tangle response object returned after creating an award

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


award

award: string

Build5 id of the award created


code

Optional Readonly code: number

Error code, in case of failure.

Inherited from

TangleResponse.code


message

Optional Readonly message: string

Error message, in case of failure.

Inherited from

TangleResponse.message


nativeTokens

Optional nativeTokens: NativeToken[]

Native token count in case the award type is Native

Overrides

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