privateKeyKey function

dynamic privateKeyKey(
  1. String walletId,
  2. int accountId
)

Implementation

privateKeyKey(String walletId, int accountId) {
  return 'private_key:$walletId-$accountId';
}