Allow Trust Op Xdr
data class AllowTrustOpXdr(val trustor: AccountIDXdr, val asset: AssetCodeXdr, val authorize: Uint32Xdr)
XDR Source: struct AllowTrustOp { AccountID trustor; AssetCode asset;
// One of 0, AUTHORIZED_FLAG, or AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG
uint32 authorize;Content copied to clipboard
};