ponder-client
Version:
Type-safe, lightweight Ponder client
255 lines (254 loc) • 6.93 kB
TypeScript
declare const _default: {
tables: {
UserOp: {
id: {
_type: "b";
type: "string";
references: undefined;
optional: false;
list: false;
};
hash: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
txHash: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
chainId: {
_type: "b";
type: "int";
references: undefined;
optional: false;
list: false;
};
actualGasCost: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
actualGasUsed: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
nonce: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
paymaster: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
sender: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
success: {
_type: "b";
type: "boolean";
references: undefined;
optional: false;
list: false;
};
entryPoint: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
};
Account: {
id: {
_type: "b";
type: "string";
references: undefined;
optional: false;
list: false;
};
address: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
chainId: {
_type: "b";
type: "int";
references: undefined;
optional: false;
list: false;
};
factory: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
modules: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: true;
};
};
Module: {
id: {
_type: "b";
type: "string";
references: undefined;
optional: false;
list: false;
};
txHash: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
block: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
chainId: {
_type: "b";
type: "int";
references: undefined;
optional: false;
list: false;
};
address: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
};
ModuleInstallation: {
id: {
_type: "b";
type: "string";
references: undefined;
optional: false;
list: false;
};
txHash: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
block: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
chainId: {
_type: "b";
type: "int";
references: undefined;
optional: false;
list: false;
};
account: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
module: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
};
ModuleExecution: {
id: {
_type: "b";
type: "string";
references: undefined;
optional: false;
list: false;
};
txHash: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
block: {
_type: "b";
type: "bigint";
references: undefined;
optional: false;
list: false;
};
chainId: {
_type: "b";
type: "int";
references: undefined;
optional: false;
list: false;
};
account: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
module: {
_type: "b";
type: "hex";
references: undefined;
optional: false;
list: false;
};
success: {
_type: "b";
type: "boolean";
references: undefined;
optional: false;
list: false;
};
};
};
enums: {};
};
export default _default;