interface NodeAccountId {
    accountId: { accountNum: string };
}

Properties

Properties

accountId: { accountNum: string }