Constructors

Properties

chainId: number

The chain ID.

createdAt: number
id: string
interactions?: Interaction[]
nextAction?: NextActionResponse
object: "transactionIntent"
response?: ResponseResponse
transitions?: Transition[]

Transition of statuses the transaction has gone through.

updatedAt: number

The unix timestamp in seconds when the transactionIntent was created.

userOperation?: any
userOperationHash?: string
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods