Transaction Builder Account
interface TransactionBuilderAccount
Specifies interface for Account object used in Transaction building.
This interface defines the minimum requirements for an account to be used when building Stellar transactions. Implementations must provide the account ID, a KeyPair for the account, and methods to manage the sequence number.
The sequence number is a critical component of transaction building:
Every transaction must have a sequence number equal to the current sequence number + 1
After a transaction is submitted and confirmed, the account's sequence number increases
Multiple transactions can be built with incrementing sequence numbers