Interface

TransferResponse

TransferResponse

Properties:
Name Type Description
starkKey string

Public stark key of sender

transactionCategory string

Unique key for transaction category which is combination of TransactionType#Nonce#StarkKey

transactionId number

Id of the transaction.

transactionType TransactionType

Type of the transaction (such as Withdraw, Transfer, Deposit)

transactionStatus TransactionStatus

Status of transaction (such as Prepare, FailedGateway, Pending, Success, Failed)

createdAt number

Created time for transaction

View Source types/TransactionTypes.ts, line 296