@bitte-ai/agent-sdk
Version:
Agent SDK for Bitte Protocol
24 lines • 675 B
TypeScript
export declare const SignRequestResponse200: {
description: string;
content: {
"application/json": {
schema: {
type: string;
required: string[];
properties: {
transaction: {
$ref: string;
};
meta: {
type: string;
additionalProperties: boolean;
example: {
message: string;
};
};
};
};
};
};
};
//# sourceMappingURL=response.d.ts.map