Wrapper

data class Wrapper(val asset: Asset) : ChangeTrustAsset

ChangeTrustAsset for a regular asset (native, alphanum4, or alphanum12).

Constructors

Link copied to clipboard
constructor(asset: Asset)

Properties

Link copied to clipboard

The asset for which trust is being changed

Link copied to clipboard
open override val assetType: AssetTypeXdr

The type of the asset

Functions

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 toXdr(): ChangeTrustAssetXdr

Converts this ChangeTrustAsset to its XDR representation.