Skip to content

Commit

Permalink
mak type non optional (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-awais-ahmad authored Feb 19, 2025
1 parent ff15b18 commit d37513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ export interface ContractUploadRequest {
longDescription: string;
bytecode: string;
sourcecode: string;
type?: ContractTemplateType;
type: ContractTemplateType;
implementationContractId?: string;
initializationPhase: ContractInitializationPhase;
compilerOutputMetadata?: object;
Expand Down

0 comments on commit d37513f

Please sign in to comment.