Interface Account<TTransaction extends CatbufferType,TKeyPair extends KeyPair>

Type Parameters:

TTransaction - Concrete transaction type.

TKeyPair - Concrete key-pair type.

All Superinterfaces:

PublicAccount

All Known Implementing Classes:

SymbolFacade.SymbolAccount


public interface Account<TTransaction extends CatbufferType,TKeyPair extends KeyPair> extends PublicAccount
Account

Cross-blockchain account — a PublicAccount that also holds the signing key pair and can sign its own chain's transactions.