Function CryptoContractFunctionReadWitnessPlugin
- CryptoContractFunctionReadWitnessPlugin(): PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<BaseParamsFields & {
account?: AccountInstance | "random";
config: SchemaFields & object & Omit<{
archivist?: string;
labels?: Labels;
name?: string;
paging?: Record<string, {
size?: number;
}>;
retry?: RetryConfig;
schema: "network.xyo.crypto.contract.function.read.config";
security?: {
allowAnonymous?: boolean;
allowed?: Record<string, (string | CosigningAddressSet)[]>;
disallowed?: Record<string, string[]>;
};
sign?: boolean;
storeQueries?: boolean;
timestamp?: boolean;
} & ArchivingModuleConfig & SchemaFields & object & {
archivist?: string;
labels?: Labels;
name?: string;
paging?: Record<string, {
size?: number;
}>;
retry?: RetryConfig;
schema: "network.xyo.crypto.contract.function.read.config";
security?: {
allowAnonymous?: boolean;
allowed?: Record<string, (string | CosigningAddressSet)[]>;
disallowed?: Record<string, string[]>;
};
sign?: boolean;
storeQueries?: boolean;
timestamp?: boolean;
} & {
schema: "network.xyo.crypto.contract.function.read.config";
} & {
abi: Abi;
address?: string;
args?: unknown[];
functionName?: string;
schema: "network.xyo.crypto.contract.function.read.config";
}, "schema"> & {
schema: string;
};
ephemeralQueryAccountEnabled?: boolean;
} & {
providers: Provider[];
}>> Returns PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<BaseParamsFields & {
account?: AccountInstance | "random";
config: SchemaFields & object & Omit<{
archivist?: string;
labels?: Labels;
name?: string;
paging?: Record<string, {
size?: number;
}>;
retry?: RetryConfig;
schema: "network.xyo.crypto.contract.function.read.config";
security?: {
allowAnonymous?: boolean;
allowed?: Record<string, (string | CosigningAddressSet)[]>;
disallowed?: Record<string, string[]>;
};
sign?: boolean;
storeQueries?: boolean;
timestamp?: boolean;
} & ArchivingModuleConfig & SchemaFields & object & {
archivist?: string;
labels?: Labels;
name?: string;
paging?: Record<string, {
size?: number;
}>;
retry?: RetryConfig;
schema: "network.xyo.crypto.contract.function.read.config";
security?: {
allowAnonymous?: boolean;
allowed?: Record<string, (string | CosigningAddressSet)[]>;
disallowed?: Record<string, string[]>;
};
sign?: boolean;
storeQueries?: boolean;
timestamp?: boolean;
} & {
schema: "network.xyo.crypto.contract.function.read.config";
} & {
abi: Abi;
address?: string;
args?: unknown[];
functionName?: string;
schema: "network.xyo.crypto.contract.function.read.config";
}, "schema"> & {
schema: string;
};
ephemeralQueryAccountEnabled?: boolean;
} & {
providers: Provider[];
}>>
Deprecated
use EvmCallWitness instead