Skip to main content

RequestItem

No description

type RequestItem {
requestId: String!
status: String!
type: String!
transactionHash: String
signatures: Signatures
rawTransactionBytes: String
}

Fields

RequestItem.requestId ● String! non-null scalar

The unique identifier for the request

RequestItem.status ● String! non-null scalar

The status of the request

RequestItem.type ● String! non-null scalar

The type of the request - RECOVERY CREATION ETH_TRANSACTION EXTERNAL_ETH_TRANSACTION BTC_TRANSACTION EXCHANGE_TRANSFER, ETH_PERSONAL_SIGN ETH_TYPED_DATA_SIGN

RequestItem.transactionHash ● String scalar

Unique identifier of the transaction in the blockchain. (only available on BTC_TRANSACTION request type)

RequestItem.signatures ● Signatures object

The signatures for the request

RequestItem.rawTransactionBytes ● String scalar

Raw transaction bytes of the transaction

Returned By

getRequest query