# transactionFields

# Functions

transactionSender(senderAddr)boolean

Test sender field for a valid Algorand address

transactionFee(txnFee)boolean

Test for a valid transaction fee

firstValidRound(firstValid)boolean

Test for a valid first round

lastValidRound(lastValid)boolean

Test for a valid first round

transactionNote(note)boolean

Test for a valid note field

transactionGenesisId(genesisId)boolean

Test for a valid genesis id

transactionGenesisHash(genesisHash)boolean

Test for a valid genesis hash

transactionGroup(genesisHash)boolean

Test for a valid group

transactionType(type)boolean

Test for a valid transaction type

transactionReceiver(receiverAddr)boolean

Test for a valid transaction receiver account

transactionAmount(txnAmount)boolean

Test for a valid algo amount to be sent

closeRemainderTo(address)boolean

Test for a valid algo amount to be sent

# transactionSender(senderAddr) ⇒ boolean

Test sender field for a valid Algorand address

Kind: global function
Category: All Transactions

Param Type
senderAddr string

# transactionFee(txnFee) ⇒ boolean

Test for a valid transaction fee

Kind: global function
Category: All Transactions

Param Type
txnFee number

# firstValidRound(firstValid) ⇒ boolean

Test for a valid first round

Kind: global function
Category: All Transactions

Param Type
firstValid number

# lastValidRound(lastValid) ⇒ boolean

Test for a valid first round

Kind: global function
Category: All Transactions

Param Type
lastValid number

# transactionNote(note) ⇒ boolean

Test for a valid note field

Kind: global function
Category: All Transactions

Param Type
note string

# transactionGenesisId(genesisId) ⇒ boolean

Test for a valid genesis id

Kind: global function
Category: All Transactions

Param Type
genesisId string

# transactionGenesisHash(genesisHash) ⇒ boolean

Test for a valid genesis hash

Kind: global function
Category: All Transactions

Param Type
genesisHash string

# transactionGroup(genesisHash) ⇒ boolean

Test for a valid group

Kind: global function
Category: All Transactions

Param Type
genesisHash string

# transactionType(type) ⇒ boolean

Test for a valid transaction type

Kind: global function
Category: All Transactions

Param Type
type string

# transactionReceiver(receiverAddr) ⇒ boolean

Test for a valid transaction receiver account

Kind: global function
Category: Payment Transactions

Param Type
receiverAddr string

# transactionAmount(txnAmount) ⇒ boolean

Test for a valid algo amount to be sent

Kind: global function
Category: Payment Transactions

Param Type
txnAmount number

# closeRemainderTo(address) ⇒ boolean

Test for a valid algo amount to be sent

Kind: global function
Category: Payment Transactions

Param Type
address number