注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
type PerformActionFilter: {
"address": string | string[];
"fromBlock": BlockTag;
"nodeLocation": NodeLocation;
"toBlock": BlockTag;
"topics": (null | string | string[])[];
} | {
"address": string | string[];
"blockHash": string;
"nodeLocation": NodeLocation;
"topics": (null | string | string[])[];
};