Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.86 KB

File metadata and controls

25 lines (19 loc) · 1.86 KB

TRLinkCreateTrmRequest

Properties

Name Type Description Notes
ivms101 TRLinkIvms [default to undefined]
assetId string Asset identifier (required when txId not provided) [optional] [default to undefined]
amount string Transaction amount (required when txId not provided) [optional] [default to undefined]
amountUSD string Amount in USD (optional) [optional] [default to undefined]
source TRLinkSourceTransferPeerPath [optional] [default to undefined]
srcAddress string Source address (optional) [optional] [default to undefined]
destination TRLinkDestinationTransferPeerPath [optional] [default to undefined]
destAddress string Destination address (optional) [optional] [default to undefined]
destTag string Destination tag (optional) [optional] [default to undefined]
txId string Fireblocks transaction ID (optional) - RECOMMENDED for inbound transactions [optional] [default to undefined]
txHash string Transaction hash (optional) [optional] [default to undefined]
direction TRLinkTransactionDirection [optional] [default to undefined]
originatorVaspId string Originator VASP identifier - required for inbound transactions [optional] [default to undefined]
beneficiaryVaspId string Beneficiary VASP identifier - required for outbound transactions [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]