UNPKG

@sova-labs/sdk

Version:
13 lines (12 loc) 361 B
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"; }