getAccountId method

String getAccountId (
  1. {int index: 0}
)

Implementation

String getAccountId({int index = 0}) {
  return this.getKeyPair(index: index).accountId;
}