subscription_account_id
Returns the ID of the account that receives the fee payments, or null for the default one
To get the account, the proper usage is:
val account = transfer.ensure_chain_fee_account(subscription_account_id());
Content copied to clipboard
See also
transfer. ensure_chain_fee_account
if the actual account is needed.