Interface GetContractLogsOptionalParams

Optional parameters.

interface GetContractLogsOptionalParams {
    aexnArgs?: boolean;
    contractId?: `ct_${string}`;
    data?: string;
    direction?: string;
    event?: string;
    function?: string;
    functionPrefix?: string;
    limit?: number;
    scope?: string;
}

Hierarchy

  • OperationOptions
    • GetContractLogsOptionalParams

Properties

aexnArgs?: boolean

Indicates to format args when event is AEX-N

contractId?: `ct_${string}`

Contract that emitted the logs Contract address

data?: string

Data prefix from the contract call

direction?: string

Sorts results in forwards or backwards direction

event?: string

Name of the event

function?: string

Prefix of the contract called function

functionPrefix?: string

Prefix of the contract called function

limit?: number

Limit paginated resources (max 100)

scope?: string

Scopes results in a txi or generation range