UNPKG

@sova-labs/sdk

Version:
13 lines (12 loc) 355 B
export interface InternalMessageBodyOpcodeSubscriptionV0 { 'workchainId'?: (number); 'shard'?: (Buffer | Uint8Array | string); 'opcode'?: (number); '_shard'?: "shard"; } export interface InternalMessageBodyOpcodeSubscriptionV0__Output { 'workchainId': (number); 'shard'?: (Buffer); 'opcode': (number); '_shard': "shard"; }