GasPayment

interface GasPayment

Payment information for executing a transaction.

Properties

Link copied to clipboard
abstract val budget: <Error class: unknown class>?

Total budget willing to spend for the execution of a transaction.

Link copied to clipboard

Set of gas objects to use for payment.

Link copied to clipboard
abstract val owner: String?

Owner of the gas objects, either the transaction sender or a sponsor.

Link copied to clipboard

Returns the field-presence view for this GasPayment instance.

Link copied to clipboard
abstract val price: <Error class: unknown class>?

Gas unit price to use when charging for computation.

Functions

Link copied to clipboard
Link copied to clipboard
fun GasPayment.copy(body: <Error class: unknown class>.() -> Unit = {}): GasPayment

Copies the original message, including unknown fields.