Skip to content

Commit 3a8343e

Browse files
committed
2025-06-10 v2.1.25
Added failOnAml field to Create a Transaction V3, and UTXO Batch Transaction
1 parent f3e61b8 commit 3a8343e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

safeheron/api/transaction_api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

194196
type SourceAddress struct {

0 commit comments

Comments
 (0)