Builder

class Builder
Change trust
Protobuf type TW.Stellar.Proto.OperationChangeTrust

Functions

Link copied to clipboard
The asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
Validity (time bound to), unix time.  Set to (now() + 2 * 365 * 86400) for 2 years; set to 0 for missing.
int64 valid_before = 2;
Link copied to clipboard
open fun getAsset(): Asset
The asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
open fun getValidBefore(): Long
Validity (time bound to), unix time.  Set to (now() + 2 * 365 * 86400) for 2 years; set to 0 for missing.
int64 valid_before = 2;
Link copied to clipboard
open fun hasAsset(): Boolean
The asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
The asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
open fun setAsset(builderForValue: Builder): Stellar.OperationChangeTrust.Builder
The asset
.TW.Stellar.Proto.Asset asset = 1;
Link copied to clipboard
Validity (time bound to), unix time.  Set to (now() + 2 * 365 * 86400) for 2 years; set to 0 for missing.
int64 valid_before = 2;