Skip to main content

fetchMinaActions

Callable

  • fetchMinaActions(publicKey: PublicKey, fromActionState: Field, endActionState?: Field): Promise<any[]>

  • 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<any[]>

    the actions array