@hashgraph/sdk
    Preparing search index...

    Class HbarAllowance

    Represents an HBAR allowance granted to a spender account by an owner account. This class manages the permissions for one account to spend HBAR on behalf of another account.

    Index

    Properties

    amount: null | Hbar

    The current balance of the spender's allowance in tinybars.

    ownerAccountId: null | AccountId

    The account ID of the hbar allowance owner.

    spenderAccountId: null | AccountId

    The account ID of the hbar allowance spender.

    Methods