File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ type CreateTransactionsRequest struct {
140140 DestinationTag string `json:"destinationTag,omitempty"`
141141 IsRbf * bool `json:"isRbf,omitempty"`
142142 FailOnContract * bool `json:"failOnContract,omitempty"`
143+ FailOnAml * bool `json:"failOnAml,omitempty"`
143144 Nonce int64 `json:"nonce,omitempty"`
144145 SequenceNumber int64 `json:"sequenceNumber,omitempty"`
145146 BalanceVerifyType string `json:"balanceVerifyType,omitempty"`
@@ -189,6 +190,7 @@ type CreateTransactionsUTXOMultiDestRequest struct {
189190 DestinationAddressList []DestinationAddress `json:"destinationAddressList,omitempty"`
190191 DestinationTag string `json:"destinationTag,omitempty"`
191192 IsRbf bool `json:"isRbf,omitempty"`
193+ FailOnAml * bool `json:"failOnAml,omitempty"`
192194}
193195
194196type SourceAddress struct {
You can’t perform that action at this time.
0 commit comments