ChangeTrustOpXdr

data class ChangeTrustOpXdr(val line: ChangeTrustAssetXdr, val limit: Int64Xdr)

XDR Source: struct ChangeTrustOp { ChangeTrustAsset line;

// if limit is set to 0, deletes the trust line
int64 limit;

};

Constructors

Link copied to clipboard
constructor(line: ChangeTrustAssetXdr, limit: Int64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

if limit is set to 0, deletes the trust line

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)