Skip to main content

fetchMinaActions

Callable

  • fetchMinaActions(publicKey: PublicKey, fromActionState: Field, endActionState?: Field): Promise<undefined | {}[]>

  • Fetches the Mina actions for a given public key with error handling


    Parameters

    • publicKey: PublicKey

      the public key of the contract

    • fromActionState: Field

      the starting action state

    • optionalendActionState: Field

      the ending action state

    Returns Promise<undefined | {}[]>

    the actions array