rentEpoch property

  1. @JsonKey.new(fromJson: bigIntFromJson)
BigInt get rentEpoch
inherited

The epoch at which this account will next owe rent, as u64

Implementation

bool get executable;/// The epoch at which this account will next owe rent, as u64
@JsonKey(fromJson: bigIntFromJson) BigInt get rentEpoch;