Skip to main content
Version: Next

Interface: CreateOrAddReturn

Information returned when creating a drop or adding keys via createDrop and addKeys respectively.

Properties

dropId

dropId: string

The drop ID for the drop that is being interacted with.

Defined in

lib/types/params.ts:34


keys

Optional keys: GeneratedKeyPairs

Any keys that were automatically generated.

Defined in

lib/types/params.ts:32


requiredDeposit

Optional requiredDeposit: string

The required deposit that should be attached to the transaction.

Defined in

lib/types/params.ts:30


responses

Optional responses: any

The responses to any transactions that were signed and sent to the network.

Defined in

lib/types/params.ts:26


transactions

Optional transactions: Transaction[]

Information about the transactions if returnTransactions is specified in the arguments. This will result in the information being returned instead of signed and sent.

Defined in

lib/types/params.ts:28