@celo/connect"types"EncodedTransaction

Interface: EncodedTransaction

Hierarchy

  • EncodedTransaction

Index

Properties

Properties

raw

raw: string

Defined in packages/sdk/connect/src/types.ts:28


tx

tx: object

Defined in packages/sdk/connect/src/types.ts:29

Type declaration:

  • feeCurrency: string

  • gas: string

  • gasPrice: string

  • gatewayFee: string

  • gatewayFeeRecipient: string

  • hash: string

  • input: string

  • nonce: string

  • r: string

  • s: string

  • to: string

  • v: string

  • value: string