UNPKG

@bitte-ai/agent-sdk

Version:

Agent SDK for Bitte Protocol

56 lines 1.26 kB
export declare const AddressSchema: { description: string; type: string; example: string; }; export declare const MetaTransactionSchema: { type: string; description: string; properties: { to: { $ref: string; }; data: { type: string; description: string; example: string; }; value: { type: string; description: string; example: string; }; }; required: string[]; }; export declare const SignRequestSchema: { type: string; required: string[]; properties: { method: { type: string; enum: string[]; description: string; }; chainId: { type: string; description: string; }; params: { oneOf: ({ type: string; items: { $ref: string; type?: undefined; }; } | { type: string; items: { type: string; $ref?: undefined; }; })[]; }; }; }; //# sourceMappingURL=schema.d.ts.map