GetBlockRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the block that you want to request. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

Link copied to clipboard

The latest block location covered by the digest for which to request a proof. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

Link copied to clipboard
val name: String?

The name of the ledger.

Functions

Link copied to clipboard
inline fun copy(block: GetBlockRequest.Builder.() -> Unit = {}): GetBlockRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String