@sova-labs/sdk
Version:
Sova MEV Searcher SDK for TON
13 lines (12 loc) • 361 B
TypeScript
export interface ExternalOutMessageBodyOpcodeSubscriptionV0 {
'workchainId'?: (number);
'shard'?: (Buffer | Uint8Array | string);
'opcode'?: (number);
'_shard'?: "shard";
}
export interface ExternalOutMessageBodyOpcodeSubscriptionV0__Output {
'workchainId': (number);
'shard'?: (Buffer);
'opcode': (number);
'_shard': "shard";
}