Skip to main content

Receiving

A Move object that can be received in this transaction.

type Receiving {
address: SuiAddress!
version: Int!
digest: String!
object: Object
}

Fields

Receiving.address ● SuiAddress! non-null scalar

ID of the object being read.

Receiving.version ● Int! non-null scalar

Version of the object being read.

Receiving.digest ● String! non-null scalar

32-byte hash that identifies the object's contents at this version, encoded as a Base58 string.

Receiving.object ● Object object

The object at this version. May not be available due to pruning.

Implemented By

TransactionInput union