getActions
getActions(
publicKey: PublicKey,
actionStates?: ActionStates,
tokenId?: Field): {
actions: string[][];
hash: string;
}[]
Parameters
• publicKey: PublicKey
• actionStates?: ActionStates
• tokenId?: Field
Returns
{
actions
: string
[][];
hash
: string
;
}[]
A list of emitted sequencing actions associated to the given public key.