stellar_flutter_sdk
stellar_flutter_sdk
Wallet
getAccountId method
getAccountId
stellar_flutter_sdk
stellar_flutter_sdk
Wallet
getAccountId method
Wallet class
Properties
hashCode
runtimeType
Methods
getAccountId
getKeyPair
noSuchMethod
toString
Operators
operator ==
Static methods
from
fromBip39HexSeed
fromBip39Seed
generate
generate12WordsMnemonic
generate24WordsMnemonic
validate
getAccountId
method
String
getAccountId
(
{
int
index
:
0
}
)
Implementation
String getAccountId({int index = 0}) { return this.getKeyPair(index: index).accountId; }