OBJECT
OriginationRecord
link GraphQL Schema definition
- type OriginationRecord implements Operation, OperationRecord, MoneyOperation, MoneyOperationRecord, Origination {
- # The kind of operation.
- OperationKind! :
- # The cost of an operation in mutez.
- Mutez! :
- PositiveBigNumber :
- PositiveBigNumber :
- PositiveBigNumber :
- # The initial balance of the originated contract.
- Mutez :
- OriginationRecordMetadata :
- # The hash of the operation.
- OperationHash! :
- # The position of the operation in the operation batch.
- Int! :
- # The internal position of the internal operation in the operation.
- Int! :
- # The block containing this operation in the chain.
- BlockRecord! :
- # The implicit account for the source of the operation. An Implicit account starts
- # with the letters tz followed by 1, 2 or 3 and the hash of the public key.
- AccountRecord :
- # The account for the receiver of the operation.
- AccountRecord :
- # The account for the sender of the operation.
- AccountRecord :
- # The array containing the values added or modified in this operation
- #
- # Arguments
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # order_by: [Not documented]
- (
- Cursor, :
- Cursor, :
- Int, :
- Int, :
- BigmapValueOrderByInput :
- ): BigmapValueRecordConnection!
- # The address of an originated account or an implicit account.
- Address! :
- # The storage size of an operation.
- Decimal :
- Mutez :
- # The script of the origination contract.
- AccountRecord :
- # The delegate of the operation.
- AccountRecord :
- }
link Require by
This element is not required by anyone