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
keys
Optional
keys: GeneratedKeyPairs
Any keys that were automatically generated.
Defined in
requiredDeposit
Optional
requiredDeposit: string
The required deposit that should be attached to the transaction.
Defined in
responses
Optional
responses: any
The responses to any transactions that were signed and sent to the network.
Defined in
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.