@@ -21,7 +21,7 @@ func (t *FileService) SetSdkService(service *SDKService) {
2121 t .sdkService = service
2222}
2323
24- // createFile jRPC method for createFile
24+ // CreateFile jRPC method for createFile
2525func (t * FileService ) CreateFile (_ context.Context , params param.CreateFileParams ) (* response.FileResponse , error ) {
2626 transaction := hiero .NewFileCreateTransaction ().SetGrpcDeadline (& threeSecondsDuration )
2727
@@ -75,7 +75,7 @@ func (t *FileService) CreateFile(_ context.Context, params param.CreateFileParam
7575 }, nil
7676}
7777
78- // updateFile jRPC method for updateFile
78+ // UpdateFile jRPC method for updateFile
7979func (t * FileService ) UpdateFile (_ context.Context , params param.UpdateFileParams ) (* response.FileResponse , error ) {
8080 transaction := hiero .NewFileUpdateTransaction ().SetGrpcDeadline (& threeSecondsDuration )
8181
@@ -136,7 +136,7 @@ func (t *FileService) UpdateFile(_ context.Context, params param.UpdateFileParam
136136 }, nil
137137}
138138
139- // deleteFile jRPC method for deleteFile
139+ // DeleteFile jRPC method for deleteFile
140140func (t * FileService ) DeleteFile (_ context.Context , params param.UpdateFileParams ) (* response.FileResponse , error ) {
141141 transaction := hiero .NewFileDeleteTransaction ().SetGrpcDeadline (& threeSecondsDuration )
142142
@@ -169,7 +169,7 @@ func (t *FileService) DeleteFile(_ context.Context, params param.UpdateFileParam
169169 }, nil
170170}
171171
172- // appendFile jRPC method for appendFile
172+ // AppendFile jRPC method for appendFile
173173func (t * FileService ) AppendFile (_ context.Context , params param.AppendFileParams ) (* response.FileResponse , error ) {
174174 transaction := hiero .NewFileAppendTransaction ().SetGrpcDeadline (& threeSecondsDuration )
175175
0 commit comments