Transaction Expiration
interface TransactionExpiration
A TTL for a transaction.
Properties
Link copied to clipboard
Link copied to clipboard
Maximum UNIX timestamp in which a transaction can be executed. The provided maximal timestamp must be greater than or equal to the current clock.
Link copied to clipboard
Minimal UNIX timestamp in which a transaction can be executed. The provided minimal timestamp must be less than or equal to the current clock.
Link copied to clipboard
Returns the field-presence view for this TransactionExpiration instance.
Functions
Link copied to clipboard
Link copied to clipboard
fun TransactionExpiration.copy(body: <Error class: unknown class>.() -> Unit = {}): TransactionExpiration
Copies the original message, including unknown fields.