Preparing report...

Report for github.com/launchbadge/hedera-sdk-go

A+    Excellent!    Found 109 issues across 190 files

Tweet

gofmt97%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint49%

Golint is a linter for Go source code.

    • hedera-sdk-go/keystore.go
    • Line 56: warning: exported const Aes128Ctr should have comment or be unexported (golint)
    • Line 57: warning: exported const HmacSha256 should have comment or be unexported (golint)
    • hedera-sdk-go/system_undelete_transaction.go
    • Line 9: warning: exported type SystemUndeleteTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewSystemUndeleteTransaction should have comment or be unexported (golint)
    • Line 33: warning: exported method SystemUndeleteTransaction.SetContractID should have comment or be unexported (golint)
    • Line 39: warning: exported method SystemUndeleteTransaction.GetContract should have comment or be unexported (golint)
    • Line 43: warning: exported method SystemUndeleteTransaction.SetFileID should have comment or be unexported (golint)
    • Line 49: warning: exported method SystemUndeleteTransaction.GetFileID should have comment or be unexported (golint)
    • Line 53: warning: exported method SystemUndeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 88: warning: don't use underscores in Go names; func systemUndeleteTransaction_getMethod should be systemUndeleteTransactionGetMethod (golint)
    • Line 101: warning: exported method SystemUndeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 112: warning: exported method SystemUndeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 229: warning: exported method SystemUndeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 233: warning: exported method SystemUndeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 249: warning: exported method SystemUndeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 260: warning: exported method SystemUndeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 271: warning: exported method SystemUndeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 282: warning: exported method SystemUndeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 294: warning: comment on exported method SystemUndeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 301: warning: exported method SystemUndeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 306: warning: exported method SystemUndeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_info_query.go
    • Line 7: warning: exported type TokenInfoQuery should have comment or be unexported (golint)
    • Line 12: warning: comment on exported function NewTokenInfoQuery should be of the form "NewTokenInfoQuery ..." (golint)
    • Line 28: warning: comment on exported method TokenInfoQuery.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 34: warning: exported method TokenInfoQuery.GetTokenID should have comment or be unexported (golint)
    • Line 38: warning: exported method TokenInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 73: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 78: warning: don't use underscores in Go names; func tokenInfoQuery_shouldRetry should be tokenInfoQueryShouldRetry (golint)
    • Line 82: warning: don't use underscores in Go names; func tokenInfoQuery_mapStatusError should be tokenInfoQueryMapStatusError (golint)
    • Line 88: warning: don't use underscores in Go names; func tokenInfoQuery_getMethod should be tokenInfoQueryGetMethod (golint)
    • Line 170: warning: exported method TokenInfoQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 175: warning: exported method TokenInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/transaction.go
    • Line 17: warning: exported type ITransaction should have comment or be unexported (golint)
    • Line 21: warning: exported type Transaction should have comment or be unexported (golint)
    • Line 52: warning: exported function TransactionFromBytes should have comment or be unexported (golint)
    • Line 207: warning: exported method Transaction.GetSignatures should have comment or be unexported (golint)
    • Line 240: warning: exported method Transaction.AddSignature should have comment or be unexported (golint)
    • Line 268: warning: exported method Transaction.GetTransactionHash should have comment or be unexported (golint)
    • Line 277: warning: exported method Transaction.GetTransactionHashPerNode should have comment or be unexported (golint)
    • Line 341: warning: don't use underscores in Go names; func transaction_freezeWith should be transactionFreezeWith (golint)
    • Line 406: warning: don't use underscores in Go names; func transaction_shouldRetry should be transactionShouldRetry (golint)
    • Line 417: warning: don't use underscores in Go names; func transaction_makeRequest should be transactionMakeRequest (golint)
    • Line 426: warning: don't use underscores in Go names; func transaction_advanceRequest should be transactionAdvanceRequest (golint)
    • Line 432: warning: don't use underscores in Go names; func transaction_getNodeAccountID should be transactionGetNodeAccountID (golint)
    • Line 436: warning: don't use underscores in Go names; func transaction_mapStatusError should be transactionMapStatusError (golint)
    • Line 446: warning: don't use underscores in Go names; func transaction_mapResponse should be transactionMapResponse (golint)
    • Line 469: warning: exported method Transaction.ToBytes should have comment or be unexported (golint)
    • Line 485: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 510: warning: exported method Transaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 520: warning: exported method Transaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 530: warning: exported method Transaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 533: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 544: warning: exported method Transaction.GetTransactionID should have comment or be unexported (golint)
    • Line 547: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 558: warning: exported method Transaction.GetNodeAccountIDs should have comment or be unexported (golint)
    • Line 561: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 566: warning: comment on exported method Transaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 575: warning: exported method Transaction.GetMaxRetry should have comment or be unexported (golint)
    • Line 579: warning: exported method Transaction.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_record_query.go
    • Line 7: warning: exported type TransactionRecordQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewTransactionRecordQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method TransactionRecordQuery.GetCost should have comment or be unexported (golint)
    • Line 61: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 66: warning: don't use underscores in Go names; func transactionRecordQuery_shouldRetry should be transactionRecordQueryShouldRetry (golint)
    • Line 73: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 90: warning: don't use underscores in Go names; func transactionRecordQuery_mapStatusError should be transactionRecordQueryMapStatusError (golint)
    • Line 105: warning: don't use underscores in Go names; func transactionRecordQuery_getMethod should be transactionRecordQueryGetMethod (golint)
    • Line 111: warning: exported method TransactionRecordQuery.SetTransactionID should have comment or be unexported (golint)
    • Line 116: warning: exported method TransactionRecordQuery.GetTransactionID should have comment or be unexported (golint)
    • Line 120: warning: exported method TransactionRecordQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 125: warning: exported method TransactionRecordQuery.SetQueryPayment should have comment or be unexported (golint)
    • Line 130: warning: exported method TransactionRecordQuery.SetMaxQueryPayment should have comment or be unexported (golint)
    • Line 135: warning: exported method TransactionRecordQuery.SetMaxRetry should have comment or be unexported (golint)
    • Line 140: warning: exported method TransactionRecordQuery.Execute should have comment or be unexported (golint)
    • hedera-sdk-go/key_list.go
    • Line 8: warning: exported type KeyList should have comment or be unexported (golint)
    • Line 13: warning: exported function KeyListWithThreshold should have comment or be unexported (golint)
    • Line 20: warning: exported function NewKeyList should have comment or be unexported (golint)
    • Line 27: warning: exported method KeyList.Add should have comment or be unexported (golint)
    • Line 32: warning: exported method KeyList.AddAll should have comment or be unexported (golint)
    • Line 40: warning: exported method KeyList.AddAllPublicKeys should have comment or be unexported (golint)
    • Line 85: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • hedera-sdk-go/system_delete_transaction.go
    • Line 9: warning: exported type SystemDeleteTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewSystemDeleteTransaction should have comment or be unexported (golint)
    • Line 33: warning: exported method SystemDeleteTransaction.SetExpirationTime should have comment or be unexported (golint)
    • Line 41: warning: exported method SystemDeleteTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 45: warning: exported method SystemDeleteTransaction.SetContractID should have comment or be unexported (golint)
    • Line 51: warning: exported method SystemDeleteTransaction.GetContract should have comment or be unexported (golint)
    • Line 55: warning: exported method SystemDeleteTransaction.SetFileID should have comment or be unexported (golint)
    • Line 61: warning: exported method SystemDeleteTransaction.GetFileID should have comment or be unexported (golint)
    • Line 65: warning: exported method SystemDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 103: warning: don't use underscores in Go names; func systemDeleteTransaction_getMethod should be systemDeleteTransactionGetMethod (golint)
    • Line 116: warning: exported method SystemDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 127: warning: exported method SystemDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 248: warning: exported method SystemDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 252: warning: exported method SystemDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 268: warning: exported method SystemDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 279: warning: exported method SystemDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 290: warning: exported method SystemDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 301: warning: exported method SystemDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 313: warning: comment on exported method SystemDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 320: warning: exported method SystemDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 325: warning: exported method SystemDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/contract_create_transaction.go
    • Line 9: warning: exported type ContractCreateTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewContractCreateTransaction should have comment or be unexported (golint)
    • Line 35: warning: exported method ContractCreateTransaction.SetBytecodeFileID should have comment or be unexported (golint)
    • Line 41: warning: exported method ContractCreateTransaction.GetBytecodeFileID should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method ContractCreateTransaction.SetAdminKey should be of the form "SetAdminKey ..." (golint)
    • Line 58: warning: exported method ContractCreateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 62: warning: comment on exported method ContractCreateTransaction.SetGas should be of the form "SetGas ..." (golint)
    • Line 69: warning: exported method ContractCreateTransaction.GetGas should have comment or be unexported (golint)
    • Line 97: warning: exported method ContractCreateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 111: warning: exported method ContractCreateTransaction.GetProxyAccountID should have comment or be unexported (golint)
    • Line 115: warning: comment on exported method ContractCreateTransaction.SetConstructorParameters should be of the form "SetConstructorParameters ..." (golint)
    • Line 122: warning: comment on exported method ContractCreateTransaction.SetConstructorParametersRaw should be of the form "SetConstructorParametersRaw ..." (golint)
    • Line 129: warning: exported method ContractCreateTransaction.GetConstructorParameters should have comment or be unexported (golint)
    • Line 133: warning: comment on exported method ContractCreateTransaction.SetContractMemo should be of the form "SetContractMemo ..." (golint)
    • Line 140: warning: exported method ContractCreateTransaction.GetContractMemo should have comment or be unexported (golint)
    • Line 144: warning: exported method ContractCreateTransaction.Schedule should have comment or be unexported (golint)
    • Line 182: warning: don't use underscores in Go names; func contractCreateTransaction_getMethod should be contractCreateTransactionGetMethod (golint)
    • Line 188: warning: exported method ContractCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 199: warning: exported method ContractCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 316: warning: exported method ContractCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 320: warning: exported method ContractCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 336: warning: exported method ContractCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 347: warning: exported method ContractCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 358: warning: exported method ContractCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 369: warning: exported method ContractCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 388: warning: exported method ContractCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 393: warning: exported method ContractCreateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_create_transaction.go
    • Line 9: warning: comment on exported type TokenCreateTransaction should be of the form "TokenCreateTransaction ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewTokenCreateTransaction should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method TokenCreateTransaction.SetTokenName should be of the form "SetTokenName ..." (golint)
    • Line 59: warning: exported method TokenCreateTransaction.GetTokenName should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method TokenCreateTransaction.SetTokenSymbol should be of the form "SetTokenSymbol ..." (golint)
    • Line 70: warning: comment on exported method TokenCreateTransaction.SetTokenMemo should be of the form "SetTokenMemo ..." (golint)
    • Line 77: warning: exported method TokenCreateTransaction.GetTokenSymbol should have comment or be unexported (golint)
    • Line 81: warning: comment on exported method TokenCreateTransaction.SetDecimals should be of the form "SetDecimals ..." (golint)
    • Line 88: warning: exported method TokenCreateTransaction.GetDecimals should have comment or be unexported (golint)
    • Line 92: warning: comment on exported method TokenCreateTransaction.SetTreasuryAccountID should be of the form "SetTreasuryAccountID ..." (golint)
    • Line 99: warning: exported method TokenCreateTransaction.GetTreasuryAccountID should have comment or be unexported (golint)
    • Line 103: warning: comment on exported method TokenCreateTransaction.SetAdminKey should be of the form "SetAdminKey ..." (golint)
    • Line 110: warning: exported method TokenCreateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method TokenCreateTransaction.SetKycKey should be of the form "SetKycKey ..." (golint)
    • Line 126: warning: exported method TokenCreateTransaction.GetKycKey should have comment or be unexported (golint)
    • Line 135: warning: comment on exported method TokenCreateTransaction.SetFreezeKey should be of the form "SetFreezeKey ..." (golint)
    • Line 142: warning: exported method TokenCreateTransaction.GetFreezeKey should have comment or be unexported (golint)
    • Line 151: warning: comment on exported method TokenCreateTransaction.SetWipeKey should be of the form "SetWipeKey ..." (golint)
    • Line 158: warning: exported method TokenCreateTransaction.GetWipeKey should have comment or be unexported (golint)
    • Line 167: warning: exported method TokenCreateTransaction.Schedule should have comment or be unexported (golint)
    • Line 204: warning: comment on exported method TokenCreateTransaction.SetSupplyKey should be of the form "SetSupplyKey ..." (golint)
    • Line 212: warning: exported method TokenCreateTransaction.GetSupplyKey should have comment or be unexported (golint)
    • Line 221: warning: comment on exported method TokenCreateTransaction.SetInitialSupply should be of the form "SetInitialSupply ..." (golint)
    • Line 228: warning: exported method TokenCreateTransaction.GetInitialSupply should have comment or be unexported (golint)
    • Line 232: warning: comment on exported method TokenCreateTransaction.SetFreezeDefault should be of the form "SetFreezeDefault ..." (golint)
    • Line 239: warning: exported method TokenCreateTransaction.GetFreezeDefault should have comment or be unexported (golint)
    • Line 243: warning: comment on exported method TokenCreateTransaction.SetExpirationTime should be of the form "SetExpirationTime ..." (golint)
    • Line 255: warning: exported method TokenCreateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 259: warning: comment on exported method TokenCreateTransaction.SetAutoRenewAccount should be of the form "SetAutoRenewAccount ..." (golint)
    • Line 266: warning: exported method TokenCreateTransaction.GetAutoRenewAccount should have comment or be unexported (golint)
    • Line 270: warning: comment on exported method TokenCreateTransaction.SetAutoRenewPeriod should be of the form "SetAutoRenewPeriod ..." (golint)
    • Line 277: warning: exported method TokenCreateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 286: warning: don't use underscores in Go names; func tokenCreateTransaction_getMethod should be tokenCreateTransactionGetMethod (golint)
    • Line 292: warning: exported method TokenCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 303: warning: exported method TokenCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 420: warning: exported method TokenCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 424: warning: exported method TokenCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 444: warning: exported method TokenCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 455: warning: exported method TokenCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 466: warning: exported method TokenCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 477: warning: exported method TokenCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 489: warning: comment on exported method TokenCreateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 496: warning: exported method TokenCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 501: warning: exported method TokenCreateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_grant_kyc_transaction.go
    • Line 9: warning: comment on exported type TokenGrantKycTransaction should be of the form "TokenGrantKycTransaction ..." (with optional leading article) (golint)
    • Line 23: warning: exported function NewTokenGrantKycTransaction should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method TokenGrantKycTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 49: warning: exported method TokenGrantKycTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method TokenGrantKycTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 60: warning: exported method TokenGrantKycTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 64: warning: exported method TokenGrantKycTransaction.Schedule should have comment or be unexported (golint)
    • Line 93: warning: don't use underscores in Go names; func tokenGrantKycTransaction_getMethod should be tokenGrantKycTransactionGetMethod (golint)
    • Line 99: warning: exported method TokenGrantKycTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 110: warning: exported method TokenGrantKycTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 227: warning: exported method TokenGrantKycTransaction.Freeze should have comment or be unexported (golint)
    • Line 231: warning: exported method TokenGrantKycTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 247: warning: exported method TokenGrantKycTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 258: warning: exported method TokenGrantKycTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 269: warning: exported method TokenGrantKycTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 280: warning: exported method TokenGrantKycTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 292: warning: comment on exported method TokenGrantKycTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 299: warning: exported method TokenGrantKycTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 304: warning: exported method TokenGrantKycTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/contract_function_selector.go
    • Line 7: warning: exported type ContractFunctionSelector should have comment or be unexported (golint)
    • Line 37: warning: exported function NewContractFunctionSelector should have comment or be unexported (golint)
    • Line 67: warning: exported method ContractFunctionSelector.AddFunction should have comment or be unexported (golint)
    • Line 74: warning: exported method ContractFunctionSelector.AddAddress should have comment or be unexported (golint)
    • Line 81: warning: exported method ContractFunctionSelector.AddBool should have comment or be unexported (golint)
    • Line 88: warning: exported method ContractFunctionSelector.AddString should have comment or be unexported (golint)
    • Line 95: warning: exported method ContractFunctionSelector.AddInt8 should have comment or be unexported (golint)
    • Line 102: warning: exported method ContractFunctionSelector.AddInt32 should have comment or be unexported (golint)
    • Line 109: warning: exported method ContractFunctionSelector.AddInt64 should have comment or be unexported (golint)
    • Line 116: warning: exported method ContractFunctionSelector.AddInt256 should have comment or be unexported (golint)
    • Line 123: warning: exported method ContractFunctionSelector.AddUint8 should have comment or be unexported (golint)
    • Line 130: warning: exported method ContractFunctionSelector.AddUint32 should have comment or be unexported (golint)
    • Line 137: warning: exported method ContractFunctionSelector.AddUint64 should have comment or be unexported (golint)
    • Line 144: warning: exported method ContractFunctionSelector.AddUint256 should have comment or be unexported (golint)
    • Line 151: warning: exported method ContractFunctionSelector.AddBytes should have comment or be unexported (golint)
    • Line 158: warning: exported method ContractFunctionSelector.AddBytes32 should have comment or be unexported (golint)
    • Line 165: warning: exported method ContractFunctionSelector.AddAddressArray should have comment or be unexported (golint)
    • Line 172: warning: exported method ContractFunctionSelector.AddBoolArray should have comment or be unexported (golint)
    • Line 179: warning: exported method ContractFunctionSelector.AddStringArray should have comment or be unexported (golint)
    • Line 186: warning: exported method ContractFunctionSelector.AddInt8Array should have comment or be unexported (golint)
    • Line 193: warning: exported method ContractFunctionSelector.AddInt32Array should have comment or be unexported (golint)
    • Line 200: warning: exported method ContractFunctionSelector.AddInt64Array should have comment or be unexported (golint)
    • Line 207: warning: exported method ContractFunctionSelector.AddInt256Array should have comment or be unexported (golint)
    • Line 214: warning: exported method ContractFunctionSelector.AddUint8Array should have comment or be unexported (golint)
    • Line 221: warning: exported method ContractFunctionSelector.AddUint32Array should have comment or be unexported (golint)
    • Line 228: warning: exported method ContractFunctionSelector.AddUint64Array should have comment or be unexported (golint)
    • Line 235: warning: exported method ContractFunctionSelector.AddUint256Array should have comment or be unexported (golint)
    • Line 242: warning: exported method ContractFunctionSelector.AddBytesArray should have comment or be unexported (golint)
    • Line 249: warning: exported method ContractFunctionSelector.AddBytes32Array should have comment or be unexported (golint)
    • hedera-sdk-go/mnemonic.go
    • Line 12: warning: exported type Mnemonic should have comment or be unexported (golint)
    • Line 16: warning: exported method Mnemonic.ToPrivateKey should have comment or be unexported (golint)
    • Line 20: warning: comment on exported function GenerateMnemonic24 should be of the form "GenerateMnemonic24 ..." (golint)
    • Line 40: warning: exported function GenerateMnemonic12 should have comment or be unexported (golint)
    • Line 70: warning: exported method Mnemonic.Words should have comment or be unexported (golint)
    • Line 149: warning: exported method Mnemonic.ToLegacyPrivateKey should have comment or be unexported (golint)
    • Line 176: warning: should omit 2nd value from range; this loop is equivalent to `for i := range ...` (golint)
    • Line 207: warning: should omit 2nd value from range; this loop is equivalent to `for i := range ...` (golint)
    • hedera-sdk-go/schedule_create_transaction.go
    • Line 10: warning: exported type ScheduleCreateTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewScheduleCreateTransaction should have comment or be unexported (golint)
    • Line 35: warning: exported method ScheduleCreateTransaction.SetPayerAccountID should have comment or be unexported (golint)
    • Line 42: warning: exported method ScheduleCreateTransaction.GetPayerAccountID should have comment or be unexported (golint)
    • Line 46: warning: exported method ScheduleCreateTransaction.SetAdminKey should have comment or be unexported (golint)
    • Line 60: warning: exported method ScheduleCreateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 68: warning: exported method ScheduleCreateTransaction.SetScheduleMemo should have comment or be unexported (golint)
    • Line 75: warning: exported method ScheduleCreateTransaction.GetScheduleMemo should have comment or be unexported (golint)
    • Line 79: warning: exported method ScheduleCreateTransaction.SetScheduledTransaction should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; func scheduleCreateTransaction_getMethod should be scheduleCreateTransactionGetMethod (golint)
    • Line 106: warning: exported method ScheduleCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 117: warning: exported method ScheduleCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 234: warning: exported method ScheduleCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 238: warning: exported method ScheduleCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 256: warning: exported method ScheduleCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 267: warning: exported method ScheduleCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 278: warning: exported method ScheduleCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 289: warning: exported method ScheduleCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 301: warning: comment on exported method ScheduleCreateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 308: warning: exported method ScheduleCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/schedule_delete_transaction.go
    • Line 9: warning: exported type ScheduleDeleteTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewScheduleDeleteTransaction should have comment or be unexported (golint)
    • Line 33: warning: exported method ScheduleDeleteTransaction.SetScheduleID should have comment or be unexported (golint)
    • Line 39: warning: exported method ScheduleDeleteTransaction.GetScheduleID should have comment or be unexported (golint)
    • Line 43: warning: exported method ScheduleDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; func scheduleDeleteTransaction_getMethod should be scheduleDeleteTransactionGetMethod (golint)
    • Line 77: warning: exported method ScheduleDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 88: warning: exported method ScheduleDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 205: warning: exported method ScheduleDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 209: warning: exported method ScheduleDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 225: warning: exported method ScheduleDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 236: warning: exported method ScheduleDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 247: warning: exported method ScheduleDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 258: warning: exported method ScheduleDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 270: warning: comment on exported method ScheduleDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 277: warning: exported method ScheduleDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/schedule_sign_transaction.go
    • Line 10: warning: exported type ScheduleSignTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewScheduleSignTransaction should have comment or be unexported (golint)
    • Line 35: warning: exported method ScheduleSignTransaction.SetScheduleID should have comment or be unexported (golint)
    • Line 42: warning: exported method ScheduleSignTransaction.GetScheduleID should have comment or be unexported (golint)
    • Line 55: warning: don't use underscores in Go names; func scheduleSignTransaction_getMethod should be scheduleSignTransactionGetMethod (golint)
    • Line 61: warning: exported method ScheduleSignTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 72: warning: exported method ScheduleSignTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 188: warning: exported method ScheduleSignTransaction.Freeze should have comment or be unexported (golint)
    • Line 192: warning: exported method ScheduleSignTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 208: warning: exported method ScheduleSignTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 219: warning: exported method ScheduleSignTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 230: warning: exported method ScheduleSignTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 241: warning: exported method ScheduleSignTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 253: warning: comment on exported method ScheduleSignTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 260: warning: exported method ScheduleSignTransaction.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/contract_delete_transaction.go
    • Line 9: warning: exported type ContractDeleteTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewContractDeleteTransaction should have comment or be unexported (golint)
    • Line 33: warning: comment on exported method ContractDeleteTransaction.SetContractID should be of the form "SetContractID ..." (golint)
    • Line 40: warning: exported method ContractDeleteTransaction.GetContractID should have comment or be unexported (golint)
    • Line 44: warning: comment on exported method ContractDeleteTransaction.SetTransferContractID should be of the form "SetTransferContractID ..." (golint)
    • Line 54: warning: exported method ContractDeleteTransaction.GetTransferContractID should have comment or be unexported (golint)
    • Line 58: warning: comment on exported method ContractDeleteTransaction.SetTransferAccountID should be of the form "SetTransferAccountID ..." (golint)
    • Line 68: warning: exported method ContractDeleteTransaction.GetTransferAccountID should have comment or be unexported (golint)
    • Line 72: warning: exported method ContractDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; func contractDeleteTransaction_getMethod should be contractDeleteTransactionGetMethod (golint)
    • Line 107: warning: exported method ContractDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 118: warning: exported method ContractDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 235: warning: exported method ContractDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 239: warning: exported method ContractDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 255: warning: exported method ContractDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 266: warning: exported method ContractDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 277: warning: exported method ContractDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 288: warning: exported method ContractDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 307: warning: exported method ContractDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 312: warning: exported method ContractDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/file_contents_query.go
    • Line 35: warning: exported method FileContentsQuery.GetFileID should have comment or be unexported (golint)
    • Line 39: warning: exported method FileContentsQuery.GetCost should have comment or be unexported (golint)
    • Line 75: warning: don't use underscores in Go names; func fileContentsQuery_shouldRetry should be fileContentsQueryShouldRetry (golint)
    • Line 79: warning: don't use underscores in Go names; func fileContentsQuery_mapStatusError should be fileContentsQueryMapStatusError (golint)
    • Line 85: warning: don't use underscores in Go names; func fileContentsQuery_getMethod should be fileContentsQueryGetMethod (golint)
    • Line 91: warning: exported method FileContentsQuery.Execute should have comment or be unexported (golint)
    • Line 166: warning: exported method FileContentsQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 171: warning: exported method FileContentsQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/live_hash_add_transaction.go
    • Line 10: warning: exported type LiveHashAddTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewLiveHashAddTransaction should have comment or be unexported (golint)
    • Line 34: warning: exported method LiveHashAddTransaction.SetHash should have comment or be unexported (golint)
    • Line 40: warning: exported method LiveHashAddTransaction.GetHash should have comment or be unexported (golint)
    • Line 44: warning: exported method LiveHashAddTransaction.SetKeys should have comment or be unexported (golint)
    • Line 57: warning: exported method LiveHashAddTransaction.GetKeys should have comment or be unexported (golint)
    • Line 66: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 71: warning: exported method LiveHashAddTransaction.SetDuration should have comment or be unexported (golint)
    • Line 77: warning: exported method LiveHashAddTransaction.GetDuration should have comment or be unexported (golint)
    • Line 81: warning: exported method LiveHashAddTransaction.SetAccountID should have comment or be unexported (golint)
    • Line 87: warning: exported method LiveHashAddTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; func liveHashAddTransaction_getMethod should be liveHashAddTransactionGetMethod (golint)
    • Line 106: warning: exported method LiveHashAddTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 117: warning: exported method LiveHashAddTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 234: warning: exported method LiveHashAddTransaction.Freeze should have comment or be unexported (golint)
    • Line 238: warning: exported method LiveHashAddTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 254: warning: exported method LiveHashAddTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 265: warning: exported method LiveHashAddTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 276: warning: exported method LiveHashAddTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 287: warning: exported method LiveHashAddTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 299: warning: comment on exported method LiveHashAddTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 306: warning: exported method LiveHashAddTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 311: warning: exported method LiveHashAddTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_response.go
    • Line 3: warning: exported type TransactionResponse should have comment or be unexported (golint)
    • Line 10: warning: exported method TransactionResponse.GetReceipt should have comment or be unexported (golint)
    • Line 18: warning: exported method TransactionResponse.GetRecord should have comment or be unexported (golint)
    • hedera-sdk-go/account_stakers_query.go
    • Line 39: warning: exported method AccountStakersQuery.GetAccountID should have comment or be unexported (golint)
    • Line 42: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 47: warning: exported method AccountStakersQuery.GetCost should have comment or be unexported (golint)
    • Line 83: warning: don't use underscores in Go names; func accountStakersQuery_shouldRetry should be accountStakersQueryShouldRetry (golint)
    • Line 87: warning: don't use underscores in Go names; func accountStakersQuery_mapStatusError should be accountStakersQueryMapStatusError (golint)
    • Line 93: warning: don't use underscores in Go names; func accountStakersQuery_getMethod should be accountStakersQueryGetMethod (golint)
    • Line 99: warning: exported method AccountStakersQuery.Execute should have comment or be unexported (golint)
    • Line 189: warning: exported method AccountStakersQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/topic_delete_transaction.go
    • Line 9: warning: comment on exported type TopicDeleteTransaction should be of the form "TopicDeleteTransaction ..." (with optional leading article) (golint)
    • Line 15: warning: comment on exported function NewTopicDeleteTransaction should be of the form "NewTopicDeleteTransaction ..." (golint)
    • Line 43: warning: exported method TopicDeleteTransaction.GetTopicID should have comment or be unexported (golint)
    • Line 47: warning: exported method TopicDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 75: warning: don't use underscores in Go names; func topicDeleteTransaction_getMethod should be topicDeleteTransactionGetMethod (golint)
    • Line 81: warning: exported method TopicDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 92: warning: exported method TopicDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 209: warning: exported method TopicDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 213: warning: exported method TopicDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 258: warning: comment on exported method TopicDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 265: warning: exported method TopicDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 270: warning: exported method TopicDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/topic_update_transaction.go
    • Line 10: warning: comment on exported type TopicUpdateTransaction should be of the form "TopicUpdateTransaction ..." (with optional leading article) (golint)
    • Line 46: warning: exported method TopicUpdateTransaction.GetTopicID should have comment or be unexported (golint)
    • Line 59: warning: exported method TopicUpdateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 72: warning: exported method TopicUpdateTransaction.GetSubmitKey should have comment or be unexported (golint)
    • Line 83: warning: exported method TopicUpdateTransaction.GetTopicMemo should have comment or be unexported (golint)
    • Line 95: warning: exported method TopicUpdateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 108: warning: exported method TopicUpdateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 122: warning: exported method TopicUpdateTransaction.GetAutoRenewAccountID should have comment or be unexported (golint)
    • Line 148: warning: exported method TopicUpdateTransaction.Schedule should have comment or be unexported (golint)
    • Line 182: warning: don't use underscores in Go names; func topicUpdateTransaction_getMethod should be topicUpdateTransactionGetMethod (golint)
    • Line 188: warning: exported method TopicUpdateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 199: warning: exported method TopicUpdateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 316: warning: exported method TopicUpdateTransaction.Freeze should have comment or be unexported (golint)
    • Line 320: warning: exported method TopicUpdateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 336: warning: exported method TopicUpdateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 347: warning: exported method TopicUpdateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 358: warning: exported method TopicUpdateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 369: warning: exported method TopicUpdateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 381: warning: comment on exported method TopicUpdateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 388: warning: exported method TopicUpdateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 393: warning: exported method TopicUpdateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_receipt.go
    • Line 8: warning: exported type TransactionReceipt should have comment or be unexported (golint)
    • Line 145: warning: exported method TransactionReceipt.ToBytes should have comment or be unexported (golint)
    • Line 154: warning: exported function TransactionReceiptFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_receipt_query.go
    • Line 7: warning: exported type TransactionReceiptQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewTransactionReceiptQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method TransactionReceiptQuery.GetCost should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; func transactionReceiptQuery_shouldRetry should be transactionReceiptQueryShouldRetry (golint)
    • Line 82: warning: don't use underscores in Go names; func transactionReceiptQuery_mapStatusError should be transactionReceiptQueryMapStatusError (golint)
    • Line 97: warning: don't use underscores in Go names; func transactionReceiptQuery_getMethod should be transactionReceiptQueryGetMethod (golint)
    • Line 103: warning: exported method TransactionReceiptQuery.SetTransactionID should have comment or be unexported (golint)
    • Line 108: warning: exported method TransactionReceiptQuery.GetTransactionID should have comment or be unexported (golint)
    • Line 112: warning: exported method TransactionReceiptQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 117: warning: exported method TransactionReceiptQuery.SetQueryPayment should have comment or be unexported (golint)
    • Line 122: warning: exported method TransactionReceiptQuery.SetMaxQueryPayment should have comment or be unexported (golint)
    • Line 127: warning: exported method TransactionReceiptQuery.SetMaxRetry should have comment or be unexported (golint)
    • Line 132: warning: exported method TransactionReceiptQuery.Execute should have comment or be unexported (golint)
    • hedera-sdk-go/transfer_transaction.go
    • Line 9: warning: exported type TransferTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewTransferTransaction should have comment or be unexported (golint)
    • Line 40: warning: exported method TransferTransaction.GetTokenTransfers should have comment or be unexported (golint)
    • Line 57: warning: exported method TransferTransaction.GetHbarTransfers should have comment or be unexported (golint)
    • Line 71: warning: exported method TransferTransaction.AddHbarTransfer should have comment or be unexported (golint)
    • Line 77: warning: exported method TransferTransaction.AddTokenTransfer should have comment or be unexported (golint)
    • Line 101: warning: exported method TransferTransaction.Schedule should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; func transferTransaction_getMethod should be transferTransactionGetMethod (golint)
    • Line 131: warning: exported method TransferTransaction.AddSignature should have comment or be unexported (golint)
    • Line 140: warning: exported method TransferTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 151: warning: exported method TransferTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 268: warning: exported method TransferTransaction.Freeze should have comment or be unexported (golint)
    • Line 272: warning: exported method TransferTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 288: warning: exported method TransferTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 299: warning: exported method TransferTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 310: warning: exported method TransferTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 321: warning: exported method TransferTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 333: warning: comment on exported method TransferTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 340: warning: exported method TransferTransaction.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/contract_call_query.go
    • Line 44: warning: exported method ContractCallQuery.GetContractID should have comment or be unexported (golint)
    • Line 54: warning: exported method ContractCallQuery.GetGas should have comment or be unexported (golint)
    • Line 75: warning: exported method ContractCallQuery.SetFunctionParameters should have comment or be unexported (golint)
    • Line 80: warning: exported method ContractCallQuery.GetFunctionParameters should have comment or be unexported (golint)
    • Line 84: warning: exported method ContractCallQuery.GetCost should have comment or be unexported (golint)
    • Line 120: warning: don't use underscores in Go names; func contractCallQuery_shouldRetry should be contractCallQueryShouldRetry (golint)
    • Line 124: warning: don't use underscores in Go names; func contractCallQuery_mapStatusError should be contractCallQueryMapStatusError (golint)
    • Line 130: warning: don't use underscores in Go names; func contractCallQuery_getMethod should be contractCallQueryGetMethod (golint)
    • Line 136: warning: exported method ContractCallQuery.Execute should have comment or be unexported (golint)
    • Line 217: warning: exported method ContractCallQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/file_append_transaction.go
    • Line 53: warning: exported method FileAppendTransaction.GetFileID should have comment or be unexported (golint)
    • Line 64: warning: exported method FileAppendTransaction.GetContents should have comment or be unexported (golint)
    • Line 68: warning: exported method FileAppendTransaction.Schedule should have comment or be unexported (golint)
    • Line 105: warning: don't use underscores in Go names; func fileAppendTransaction_getMethod should be fileAppendTransactionGetMethod (golint)
    • Line 111: warning: exported method FileAppendTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 122: warning: exported method FileAppendTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 261: warning: exported method FileAppendTransaction.Freeze should have comment or be unexported (golint)
    • Line 265: warning: exported method FileAppendTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 273: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 337: warning: exported method FileAppendTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 348: warning: exported method FileAppendTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 359: warning: exported method FileAppendTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 370: warning: exported method FileAppendTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 382: warning: comment on exported method FileAppendTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 389: warning: exported method FileAppendTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 394: warning: exported method FileAppendTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/file_delete_transaction.go
    • Line 9: warning: exported type FileDeleteTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewFileDeleteTransaction should have comment or be unexported (golint)
    • Line 33: warning: exported method FileDeleteTransaction.SetFileID should have comment or be unexported (golint)
    • Line 39: warning: exported method FileDeleteTransaction.GetFileID should have comment or be unexported (golint)
    • Line 43: warning: exported method FileDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; func fileDeleteTransaction_getMethod should be fileDeleteTransactionGetMethod (golint)
    • Line 77: warning: exported method FileDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 88: warning: exported method FileDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 205: warning: exported method FileDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 209: warning: exported method FileDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 226: warning: exported method FileDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 237: warning: exported method FileDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 248: warning: exported method FileDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 259: warning: exported method FileDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 271: warning: comment on exported method FileDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 278: warning: exported method FileDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 283: warning: exported method FileDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/live_hash_delete_transaction.go
    • Line 10: warning: exported type LiveHashDeleteTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewLiveHashDeleteTransaction should have comment or be unexported (golint)
    • Line 34: warning: exported method LiveHashDeleteTransaction.SetHash should have comment or be unexported (golint)
    • Line 40: warning: exported method LiveHashDeleteTransaction.GetHash should have comment or be unexported (golint)
    • Line 44: warning: exported method LiveHashDeleteTransaction.SetAccountID should have comment or be unexported (golint)
    • Line 50: warning: exported method LiveHashDeleteTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 63: warning: don't use underscores in Go names; func liveHashDeleteTransaction_getMethod should be liveHashDeleteTransactionGetMethod (golint)
    • Line 69: warning: exported method LiveHashDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 80: warning: exported method LiveHashDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 197: warning: exported method LiveHashDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 201: warning: exported method LiveHashDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 217: warning: exported method LiveHashDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 228: warning: exported method LiveHashDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 239: warning: exported method LiveHashDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 250: warning: exported method LiveHashDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 262: warning: comment on exported method LiveHashDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 269: warning: exported method LiveHashDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 274: warning: exported method LiveHashDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_info.go
    • Line 9: warning: exported type TokenInfo should have comment or be unexported (golint)
    • Line 61: warning: exported method TokenInfo.FreezeStatusToProtobuf should have comment or be unexported (golint)
    • Line 82: warning: exported method TokenInfo.KycStatusToProtobuf should have comment or be unexported (golint)
    • Line 224: warning: exported method TokenInfo.ToBytes should have comment or be unexported (golint)
    • Line 233: warning: exported function TokenInfoFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/token_unfreeze_transaction.go
    • Line 9: warning: comment on exported type TokenUnfreezeTransaction should be of the form "TokenUnfreezeTransaction ..." (with optional leading article) (golint)
    • Line 24: warning: exported function NewTokenUnfreezeTransaction should have comment or be unexported (golint)
    • Line 43: warning: comment on exported method TokenUnfreezeTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 50: warning: exported method TokenUnfreezeTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method TokenUnfreezeTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 61: warning: exported method TokenUnfreezeTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 65: warning: exported method TokenUnfreezeTransaction.Schedule should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func tokenUnfreezeTransaction_getMethod should be tokenUnfreezeTransactionGetMethod (golint)
    • Line 100: warning: exported method TokenUnfreezeTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 111: warning: exported method TokenUnfreezeTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 223: warning: exported method TokenUnfreezeTransaction.Unfreeze should have comment or be unexported (golint)
    • Line 227: warning: exported method TokenUnfreezeTransaction.UnfreezeWith should have comment or be unexported (golint)
    • Line 240: warning: exported method TokenUnfreezeTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 251: warning: exported method TokenUnfreezeTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 262: warning: exported method TokenUnfreezeTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 273: warning: exported method TokenUnfreezeTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 285: warning: comment on exported method TokenUnfreezeTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 292: warning: exported method TokenUnfreezeTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 297: warning: exported method TokenUnfreezeTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_update_transaction.go
    • Line 10: warning: comment on exported type TokenUpdateTransaction should be of the form "TokenUpdateTransaction ..." (with optional leading article) (golint)
    • Line 19: warning: exported function NewTokenUpdateTransaction should have comment or be unexported (golint)
    • Line 38: warning: comment on exported method TokenUpdateTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 45: warning: exported method TokenUpdateTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method TokenUpdateTransaction.SetTokenSymbol should be of the form "SetTokenSymbol ..." (golint)
    • Line 56: warning: exported method TokenUpdateTransaction.GetTokenSymbol should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method TokenUpdateTransaction.SetTokenName should be of the form "SetTokenName ..." (golint)
    • Line 67: warning: exported method TokenUpdateTransaction.GetTokenName should have comment or be unexported (golint)
    • Line 71: warning: comment on exported method TokenUpdateTransaction.SetTreasuryAccountID should be of the form "SetTreasuryAccountID ..." (golint)
    • Line 80: warning: exported method TokenUpdateTransaction.GetTreasuryAccountID should have comment or be unexported (golint)
    • Line 84: warning: comment on exported method TokenUpdateTransaction.SetAdminKey should be of the form "SetAdminKey ..." (golint)
    • Line 92: warning: exported method TokenUpdateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method TokenUpdateTransaction.SetKycKey should be of the form "SetKycKey ..." (golint)
    • Line 109: warning: exported method TokenUpdateTransaction.GetKycKey should have comment or be unexported (golint)
    • Line 118: warning: comment on exported method TokenUpdateTransaction.SetFreezeKey should be of the form "SetFreezeKey ..." (golint)
    • Line 126: warning: exported method TokenUpdateTransaction.GetFreezeKey should have comment or be unexported (golint)
    • Line 135: warning: comment on exported method TokenUpdateTransaction.SetWipeKey should be of the form "SetWipeKey ..." (golint)
    • Line 143: warning: exported method TokenUpdateTransaction.GetWipeKey should have comment or be unexported (golint)
    • Line 152: warning: comment on exported method TokenUpdateTransaction.SetSupplyKey should be of the form "SetSupplyKey ..." (golint)
    • Line 160: warning: exported method TokenUpdateTransaction.GetSupplyKey should have comment or be unexported (golint)
    • Line 169: warning: comment on exported method TokenUpdateTransaction.SetAutoRenewAccount should be of the form "SetAutoRenewAccount ..." (golint)
    • Line 177: warning: exported method TokenUpdateTransaction.GetAutoRenewAccount should have comment or be unexported (golint)
    • Line 181: warning: comment on exported method TokenUpdateTransaction.SetAutoRenewPeriod should be of the form "SetAutoRenewPeriod ..." (golint)
    • Line 188: warning: exported method TokenUpdateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 192: warning: comment on exported method TokenUpdateTransaction.SetExpirationTime should be of the form "SetExpirationTime ..." (golint)
    • Line 204: warning: exported method TokenUpdateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 208: warning: exported method TokenUpdateTransaction.SetTokenMemo should have comment or be unexported (golint)
    • Line 215: warning: exported method TokenUpdateTransaction.GeTokenMemo should have comment or be unexported (golint)
    • Line 223: warning: exported method TokenUpdateTransaction.Schedule should have comment or be unexported (golint)
    • Line 263: warning: don't use underscores in Go names; func tokenUpdateTransaction_getMethod should be tokenUpdateTransactionGetMethod (golint)
    • Line 269: warning: exported method TokenUpdateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 280: warning: exported method TokenUpdateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 397: warning: exported method TokenUpdateTransaction.Freeze should have comment or be unexported (golint)
    • Line 401: warning: exported method TokenUpdateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 417: warning: exported method TokenUpdateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 428: warning: exported method TokenUpdateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 439: warning: exported method TokenUpdateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 450: warning: exported method TokenUpdateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 462: warning: comment on exported method TokenUpdateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 469: warning: exported method TokenUpdateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 474: warning: exported method TokenUpdateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/account_info_query.go
    • Line 7: warning: exported type AccountInfoQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewAccountInfoQuery should have comment or be unexported (golint)
    • Line 26: warning: don't use underscores in Go names; func accountInfoQuery_shouldRetry should be accountInfoQueryShouldRetry (golint)
    • Line 30: warning: don't use underscores in Go names; func accountInfoQuery_mapStatusError should be accountInfoQueryMapStatusError (golint)
    • Line 36: warning: don't use underscores in Go names; func accountInfoQuery_getMethod should be accountInfoQueryGetMethod (golint)
    • Line 48: warning: exported method AccountInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 83: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 88: warning: exported method AccountInfoQuery.GetAccountID should have comment or be unexported (golint)
    • Line 91: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 114: warning: exported method AccountInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • Line 119: warning: exported method AccountInfoQuery.Execute should have comment or be unexported (golint)
    • hedera-sdk-go/file_info.go
    • Line 9: warning: exported type FileInfo should have comment or be unexported (golint)
    • Line 63: warning: exported method FileInfo.ToBytes should have comment or be unexported (golint)
    • Line 72: warning: exported function FileInfoFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/hbar.go
    • Line 42: warning: exported method Hbar.As should have comment or be unexported (golint)
    • Line 55: warning: exported method Hbar.ToString should have comment or be unexported (golint)
    • hedera-sdk-go/live_hash.go
    • Line 10: warning: exported type LiveHash should have comment or be unexported (golint)
    • Line 53: warning: exported method LiveHash.ToBytes should have comment or be unexported (golint)
    • Line 62: warning: exported function LiveHashFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/token_freeze_transaction.go
    • Line 9: warning: comment on exported type TokenFreezeTransaction should be of the form "TokenFreezeTransaction ..." (with optional leading article) (golint)
    • Line 24: warning: exported function NewTokenFreezeTransaction should have comment or be unexported (golint)
    • Line 43: warning: comment on exported method TokenFreezeTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 51: warning: exported method TokenFreezeTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method TokenFreezeTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 62: warning: exported method TokenFreezeTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 66: warning: exported method TokenFreezeTransaction.Schedule should have comment or be unexported (golint)
    • Line 95: warning: don't use underscores in Go names; func tokenFreezeTransaction_getMethod should be tokenFreezeTransactionGetMethod (golint)
    • Line 101: warning: exported method TokenFreezeTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 112: warning: exported method TokenFreezeTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 229: warning: exported method TokenFreezeTransaction.Freeze should have comment or be unexported (golint)
    • Line 233: warning: exported method TokenFreezeTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 249: warning: exported method TokenFreezeTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 260: warning: exported method TokenFreezeTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 271: warning: exported method TokenFreezeTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 282: warning: exported method TokenFreezeTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 294: warning: comment on exported method TokenFreezeTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 301: warning: exported method TokenFreezeTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 306: warning: exported method TokenFreezeTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_mint_transaction.go
    • Line 9: warning: comment on exported type TokenMintTransaction should be of the form "TokenMintTransaction ..." (with optional leading article) (golint)
    • Line 21: warning: exported function NewTokenMintTransaction should have comment or be unexported (golint)
    • Line 40: warning: comment on exported method TokenMintTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 48: warning: exported method TokenMintTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method TokenMintTransaction.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 61: warning: exported method TokenMintTransaction.GetAmount should have comment or be unexported (golint)
    • Line 65: warning: exported method TokenMintTransaction.Schedule should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func tokenMintTransaction_getMethod should be tokenMintTransactionGetMethod (golint)
    • Line 100: warning: exported method TokenMintTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 111: warning: exported method TokenMintTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 227: warning: exported method TokenMintTransaction.Freeze should have comment or be unexported (golint)
    • Line 231: warning: exported method TokenMintTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 247: warning: exported method TokenMintTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 258: warning: exported method TokenMintTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 269: warning: exported method TokenMintTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 280: warning: exported method TokenMintTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 292: warning: comment on exported method TokenMintTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 299: warning: exported method TokenMintTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 304: warning: exported method TokenMintTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_relationship.go
    • Line 8: warning: exported type TokenRelationship should have comment or be unexported (golint)
    • Line 56: warning: exported method TokenRelationship.ToBytes should have comment or be unexported (golint)
    • Line 65: warning: exported function TokenRelationshipFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/crypto.go
    • Line 26: warning: exported type Key should have comment or be unexported (golint)
    • Line 164: warning: exported function PrivateKeyFromPem should have comment or be unexported (golint)
    • Line 201: warning: exported function PrivateKeyReadPem should have comment or be unexported (golint)
    • Line 361: warning: exported method PrivateKey.LegacyDerive should have comment or be unexported (golint)
    • Line 389: warning: exported method PrivateKey.SignTransaction should have comment or be unexported (golint)
    • Line 402: warning: exported method PublicKey.Verify should have comment or be unexported (golint)
    • Line 406: warning: exported method PublicKey.VerifyTransaction should have comment or be unexported (golint)
    • hedera-sdk-go/account_create_transaction.go
    • Line 59: warning: exported method AccountCreateTransaction.GetKey should have comment or be unexported (golint)
    • Line 70: warning: exported method AccountCreateTransaction.GetInitialBalance should have comment or be unexported (golint)
    • Line 86: warning: exported method AccountCreateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 128: warning: exported method AccountCreateTransaction.GetProxyAccountID should have comment or be unexported (golint)
    • Line 142: warning: exported method AccountCreateTransaction.GetReceiverSignatureRequired should have comment or be unexported (golint)
    • Line 146: warning: exported method AccountCreateTransaction.Schedule should have comment or be unexported (golint)
    • Line 184: warning: don't use underscores in Go names; func accountCreateTransaction_getMethod should be accountCreateTransactionGetMethod (golint)
    • Line 190: warning: exported method AccountCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 201: warning: exported method AccountCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 318: warning: exported method AccountCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 322: warning: exported method AccountCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 338: warning: exported method AccountCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 349: warning: exported method AccountCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 360: warning: exported method AccountCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 371: warning: exported method AccountCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 390: warning: exported method AccountCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 395: warning: exported method AccountCreateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_burn_transaction.go
    • Line 9: warning: comment on exported type TokenBurnTransaction should be of the form "TokenBurnTransaction ..." (with optional leading article) (golint)
    • Line 21: warning: exported function NewTokenBurnTransaction should have comment or be unexported (golint)
    • Line 40: warning: comment on exported method TokenBurnTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 48: warning: exported method TokenBurnTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method TokenBurnTransaction.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 61: warning: exported method TokenBurnTransaction.GetAmmount should have comment or be unexported (golint)
    • Line 65: warning: exported method TokenBurnTransaction.Schedule should have comment or be unexported (golint)
    • Line 94: warning: don't use underscores in Go names; func tokenBurnTransaction_getMethod should be tokenBurnTransactionGetMethod (golint)
    • Line 100: warning: exported method TokenBurnTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 111: warning: exported method TokenBurnTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 232: warning: exported method TokenBurnTransaction.Freeze should have comment or be unexported (golint)
    • Line 236: warning: exported method TokenBurnTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 252: warning: exported method TokenBurnTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 263: warning: exported method TokenBurnTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 274: warning: exported method TokenBurnTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 285: warning: exported method TokenBurnTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 297: warning: comment on exported method TokenBurnTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 304: warning: exported method TokenBurnTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 309: warning: exported method TokenBurnTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_revoke_kcy_transaction.go
    • Line 9: warning: comment on exported type TokenRevokeKycTransaction should be of the form "TokenRevokeKycTransaction ..." (with optional leading article) (golint)
    • Line 23: warning: exported function NewTokenRevokeKycTransaction should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method TokenRevokeKycTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 49: warning: exported method TokenRevokeKycTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method TokenRevokeKycTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 60: warning: exported method TokenRevokeKycTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 64: warning: exported method TokenRevokeKycTransaction.Schedule should have comment or be unexported (golint)
    • Line 93: warning: don't use underscores in Go names; func tokenRevokeKycTransaction_getMethod should be tokenRevokeKycTransactionGetMethod (golint)
    • Line 99: warning: exported method TokenRevokeKycTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 110: warning: exported method TokenRevokeKycTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 227: warning: exported method TokenRevokeKycTransaction.Freeze should have comment or be unexported (golint)
    • Line 231: warning: exported method TokenRevokeKycTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 247: warning: exported method TokenRevokeKycTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 258: warning: exported method TokenRevokeKycTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 269: warning: exported method TokenRevokeKycTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 280: warning: exported method TokenRevokeKycTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 292: warning: comment on exported method TokenRevokeKycTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 299: warning: exported method TokenRevokeKycTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 304: warning: exported method TokenRevokeKycTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/topic_message_submit_transaction.go
    • Line 13: warning: exported type TopicMessageSubmitTransaction should have comment or be unexported (golint)
    • Line 20: warning: exported function NewTopicMessageSubmitTransaction should have comment or be unexported (golint)
    • Line 43: warning: exported method TopicMessageSubmitTransaction.SetTopicID should have comment or be unexported (golint)
    • Line 49: warning: exported method TopicMessageSubmitTransaction.GetTopicID should have comment or be unexported (golint)
    • Line 53: warning: exported method TopicMessageSubmitTransaction.SetMessage should have comment or be unexported (golint)
    • Line 59: warning: exported method TopicMessageSubmitTransaction.GetMessage should have comment or be unexported (golint)
    • Line 63: warning: exported method TopicMessageSubmitTransaction.SetMaxChunks should have comment or be unexported (golint)
    • Line 69: warning: exported method TopicMessageSubmitTransaction.GetMaxChunks should have comment or be unexported (golint)
    • Line 78: warning: exported method TopicMessageSubmitTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 89: warning: exported method TopicMessageSubmitTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 138: warning: exported method TopicMessageSubmitTransaction.Schedule should have comment or be unexported (golint)
    • Line 172: warning: exported method TopicMessageSubmitTransaction.Execute should have comment or be unexported (golint)
    • Line 191: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 248: warning: exported method TopicMessageSubmitTransaction.Freeze should have comment or be unexported (golint)
    • Line 252: warning: exported method TopicMessageSubmitTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 256: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 325: warning: don't use underscores in Go names; func topicMessageSubmitTransaction_getMethod should be topicMessageSubmitTransactionGetMethod (golint)
    • Line 331: warning: exported method TopicMessageSubmitTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 342: warning: exported method TopicMessageSubmitTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 353: warning: exported method TopicMessageSubmitTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 364: warning: exported method TopicMessageSubmitTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 376: warning: comment on exported method TopicMessageSubmitTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 383: warning: exported method TopicMessageSubmitTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 388: warning: exported method TopicMessageSubmitTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_id.go
    • Line 23: warning: comment on exported function TransactionIDGenerate should be of the form "TransactionIDGenerate ..." (golint)
    • Line 81: warning: exported function TransactionIdFromString should have comment or be unexported (golint)
    • Line 158: warning: exported method TransactionID.ToBytes should have comment or be unexported (golint)
    • Line 167: warning: exported function TransactionIDFromBytes should have comment or be unexported (golint)
    • Line 177: warning: exported method TransactionID.SetScheduled should have comment or be unexported (golint)
    • Line 182: warning: exported method TransactionID.GetScheduled should have comment or be unexported (golint)
    • hedera-sdk-go/schedule_info.go
    • Line 9: warning: exported type ScheduleInfo should have comment or be unexported (golint)
    • Line 101: warning: exported method ScheduleInfo.GetScheduledTransaction should have comment or be unexported (golint)
    • hedera-sdk-go/account_update_transaction.go
    • Line 10: warning: exported type AccountUpdateTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewAccountUpdateTransaction should have comment or be unexported (golint)
    • Line 34: warning: comment on exported method AccountUpdateTransaction.SetKey should be of the form "SetKey ..." (golint)
    • Line 41: warning: exported method AccountUpdateTransaction.GetKey should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method AccountUpdateTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 52: warning: exported method AccountUpdateTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 56: warning: exported method AccountUpdateTransaction.SetReceiverSignatureRequired should have comment or be unexported (golint)
    • Line 62: warning: exported method AccountUpdateTransaction.GetReceiverSignatureRequired should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method AccountUpdateTransaction.SetProxyAccountID should be of the form "SetProxyAccountID ..." (golint)
    • Line 73: warning: exported method AccountUpdateTransaction.GetProxyAccountID should have comment or be unexported (golint)
    • Line 77: warning: comment on exported method AccountUpdateTransaction.SetAutoRenewPeriod should be of the form "SetAutoRenewPeriod ..." (golint)
    • Line 84: warning: exported method AccountUpdateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 88: warning: exported method AccountUpdateTransaction.SetExpirationTime should have comment or be unexported (golint)
    • Line 94: warning: comment on exported method AccountUpdateTransaction.GetExpirationTime should be of the form "GetExpirationTime ..." (golint)
    • Line 99: warning: exported method AccountUpdateTransaction.SetAccountMemo should have comment or be unexported (golint)
    • Line 106: warning: exported method AccountUpdateTransaction.GeAccountMemo should have comment or be unexported (golint)
    • Line 114: warning: exported method AccountUpdateTransaction.Schedule should have comment or be unexported (golint)
    • Line 151: warning: don't use underscores in Go names; func accountUpdateTransaction_getMethod should be accountUpdateTransactionGetMethod (golint)
    • Line 157: warning: exported method AccountUpdateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 168: warning: exported method AccountUpdateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 286: warning: exported method AccountUpdateTransaction.Freeze should have comment or be unexported (golint)
    • Line 290: warning: exported method AccountUpdateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 306: warning: exported method AccountUpdateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 317: warning: exported method AccountUpdateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 328: warning: exported method AccountUpdateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 339: warning: exported method AccountUpdateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 358: warning: exported method AccountUpdateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 363: warning: exported method AccountUpdateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_transfer.go
    • Line 8: warning: exported type TokenTransfer should have comment or be unexported (golint)
    • Line 13: warning: exported function NewTokenTransfer should have comment or be unexported (golint)
    • Line 34: warning: exported method TokenTransfer.ToBytes should have comment or be unexported (golint)
    • Line 43: warning: exported function TokenTransferFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/topic_message_query.go
    • Line 14: warning: exported type TopicMessageQuery should have comment or be unexported (golint)
    • Line 19: warning: exported function NewTopicMessageQuery should have comment or be unexported (golint)
    • Line 27: warning: exported method TopicMessageQuery.SetTopicID should have comment or be unexported (golint)
    • Line 32: warning: exported method TopicMessageQuery.GetTopicID should have comment or be unexported (golint)
    • Line 35: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 40: warning: exported method TopicMessageQuery.SetStartTime should have comment or be unexported (golint)
    • Line 45: warning: exported method TopicMessageQuery.GetStartTime should have comment or be unexported (golint)
    • Line 48: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 53: warning: exported method TopicMessageQuery.SetEndTime should have comment or be unexported (golint)
    • Line 58: warning: exported method TopicMessageQuery.GetEndTime should have comment or be unexported (golint)
    • Line 61: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 66: warning: exported method TopicMessageQuery.SetLimit should have comment or be unexported (golint)
    • Line 71: warning: exported method TopicMessageQuery.GetLimit should have comment or be unexported (golint)
    • Line 75: warning: exported method TopicMessageQuery.SetErrorHandler should have comment or be unexported (golint)
    • Line 80: warning: exported method TopicMessageQuery.Subscribe should have comment or be unexported (golint)
    • hedera-sdk-go/account_records_query.go
    • Line 39: warning: exported method AccountRecordsQuery.GetAccountID should have comment or be unexported (golint)
    • Line 42: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 47: warning: exported method AccountRecordsQuery.GetCost should have comment or be unexported (golint)
    • Line 83: warning: don't use underscores in Go names; func accountRecordsQuery_shouldRetry should be accountRecordsQueryShouldRetry (golint)
    • Line 87: warning: don't use underscores in Go names; func accountRecordsQuery_mapStatusError should be accountRecordsQueryMapStatusError (golint)
    • Line 93: warning: don't use underscores in Go names; func accountRecordsQuery_getMethod should be accountRecordsQueryGetMethod (golint)
    • Line 99: warning: exported method AccountRecordsQuery.Execute should have comment or be unexported (golint)
    • Line 186: warning: exported method AccountRecordsQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/account_delete_transaction.go
    • Line 28: warning: exported function NewAccountDeleteTransaction should have comment or be unexported (golint)
    • Line 41: warning: comment on exported method AccountDeleteTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 48: warning: exported method AccountDeleteTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 59: warning: exported method AccountDeleteTransaction.GetTransferAccountID should have comment or be unexported (golint)
    • Line 63: warning: exported method AccountDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 92: warning: don't use underscores in Go names; func accountDeleteTransaction_getMethod should be accountDeleteTransactionGetMethod (golint)
    • Line 98: warning: exported method AccountDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 109: warning: exported method AccountDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 227: warning: exported method AccountDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 231: warning: exported method AccountDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 247: warning: exported method AccountDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 258: warning: exported method AccountDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 269: warning: exported method AccountDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 280: warning: exported method AccountDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 299: warning: exported method AccountDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 304: warning: exported method AccountDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/contract_id.go
    • Line 74: warning: exported method ContractID.ToBytes should have comment or be unexported (golint)
    • Line 83: warning: exported function ContractIDFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/contract_update_transaction.go
    • Line 55: warning: exported method ContractUpdateTransaction.GetContractID should have comment or be unexported (golint)
    • Line 67: warning: exported method ContractUpdateTransaction.GetBytecodeFileID should have comment or be unexported (golint)
    • Line 80: warning: exported method ContractUpdateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 94: warning: exported method ContractUpdateTransaction.GetProxyAccountID should have comment or be unexported (golint)
    • Line 106: warning: exported method ContractUpdateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 118: warning: exported method ContractUpdateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 136: warning: exported method ContractUpdateTransaction.GetContractMemo should have comment or be unexported (golint)
    • Line 151: warning: exported method ContractUpdateTransaction.Schedule should have comment or be unexported (golint)
    • Line 185: warning: don't use underscores in Go names; func contractUpdateTransaction_getMethod should be contractUpdateTransactionGetMethod (golint)
    • Line 191: warning: exported method ContractUpdateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 202: warning: exported method ContractUpdateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 319: warning: exported method ContractUpdateTransaction.Freeze should have comment or be unexported (golint)
    • Line 323: warning: exported method ContractUpdateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 339: warning: exported method ContractUpdateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 350: warning: exported method ContractUpdateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 361: warning: exported method ContractUpdateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 372: warning: exported method ContractUpdateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 384: warning: comment on exported method ContractUpdateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 391: warning: exported method ContractUpdateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 396: warning: exported method ContractUpdateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/errors.go
    • Line 12: warning: exported type ErrMaxChunksExceeded should have comment or be unexported (golint)
    • Line 29: warning: exported type ErrInvalidNodeAccountIDSet should have comment or be unexported (golint)
    • hedera-sdk-go/file_update_transaction.go
    • Line 10: warning: exported type FileUpdateTransaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewFileUpdateTransaction should have comment or be unexported (golint)
    • Line 34: warning: exported method FileUpdateTransaction.SetFileID should have comment or be unexported (golint)
    • Line 40: warning: exported method FileUpdateTransaction.GetFileID should have comment or be unexported (golint)
    • Line 44: warning: exported method FileUpdateTransaction.SetKeys should have comment or be unexported (golint)
    • Line 57: warning: exported method FileUpdateTransaction.GetKeys should have comment or be unexported (golint)
    • Line 66: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 71: warning: exported method FileUpdateTransaction.SetExpirationTime should have comment or be unexported (golint)
    • Line 77: warning: exported method FileUpdateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 81: warning: exported method FileUpdateTransaction.SetContents should have comment or be unexported (golint)
    • Line 87: warning: exported method FileUpdateTransaction.GetContents should have comment or be unexported (golint)
    • Line 91: warning: exported method FileUpdateTransaction.SetFileMemo should have comment or be unexported (golint)
    • Line 98: warning: exported method FileUpdateTransaction.GeFileMemo should have comment or be unexported (golint)
    • Line 106: warning: exported method FileUpdateTransaction.Schedule should have comment or be unexported (golint)
    • Line 138: warning: don't use underscores in Go names; func fileUpdateTransaction_getMethod should be fileUpdateTransactionGetMethod (golint)
    • Line 144: warning: exported method FileUpdateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 155: warning: exported method FileUpdateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 272: warning: exported method FileUpdateTransaction.Freeze should have comment or be unexported (golint)
    • Line 276: warning: exported method FileUpdateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 292: warning: exported method FileUpdateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 303: warning: exported method FileUpdateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 314: warning: exported method FileUpdateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 325: warning: exported method FileUpdateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 337: warning: comment on exported method FileUpdateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 344: warning: exported method FileUpdateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 349: warning: exported method FileUpdateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/hbar_unit.go
    • Line 3: warning: exported type HbarUnit should have comment or be unexported (golint)
    • Line 5: warning: exported var HbarUnits should have comment or be unexported (golint)
    • Line 23: warning: exported method HbarUnit.Symbol should have comment or be unexported (golint)
    • hedera-sdk-go/token_dissociate_transaction.go
    • Line 9: warning: exported type TokenDissociateTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewTokenDissociateTransaction should have comment or be unexported (golint)
    • Line 33: warning: comment on exported method TokenDissociateTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 40: warning: exported method TokenDissociateTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 44: warning: comment on exported method TokenDissociateTransaction.SetTokenIDs should be of the form "SetTokenIDs ..." (golint)
    • Line 56: warning: exported method TokenDissociateTransaction.GetTokenIDs should have comment or be unexported (golint)
    • Line 66: warning: exported method TokenDissociateTransaction.AddTokenID should have comment or be unexported (golint)
    • Line 76: warning: exported method TokenDissociateTransaction.Schedule should have comment or be unexported (golint)
    • Line 105: warning: don't use underscores in Go names; func tokenDissociateTransaction_getMethod should be tokenDissociateTransactionGetMethod (golint)
    • Line 111: warning: exported method TokenDissociateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 122: warning: exported method TokenDissociateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 239: warning: exported method TokenDissociateTransaction.Freeze should have comment or be unexported (golint)
    • Line 243: warning: exported method TokenDissociateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 259: warning: exported method TokenDissociateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 270: warning: exported method TokenDissociateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 281: warning: exported method TokenDissociateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 292: warning: exported method TokenDissociateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 304: warning: comment on exported method TokenDissociateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 311: warning: exported method TokenDissociateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 316: warning: exported method TokenDissociateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/account_balance_query.go
    • Line 44: warning: exported method AccountBalanceQuery.GetAccountID should have comment or be unexported (golint)
    • Line 47: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 69: warning: exported method AccountBalanceQuery.GetContractID should have comment or be unexported (golint)
    • Line 72: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 82: warning: exported method AccountBalanceQuery.GetCost should have comment or be unexported (golint)
    • Line 118: warning: don't use underscores in Go names; func accountBalanceQuery_shouldRetry should be accountBalanceQueryShouldRetry (golint)
    • Line 122: warning: don't use underscores in Go names; func accountBalanceQuery_mapStatusError should be accountBalanceQueryMapStatusError (golint)
    • Line 128: warning: don't use underscores in Go names; func accountBalanceQuery_getMethod should be accountBalanceQueryGetMethod (golint)
    • Line 134: warning: exported method AccountBalanceQuery.Execute should have comment or be unexported (golint)
    • Line 190: warning: exported method AccountBalanceQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/transaction_record.go
    • Line 12: warning: exported type TransactionRecord should have comment or be unexported (golint)
    • Line 47: warning: exported method TransactionRecord.GetContractExecuteResult should have comment or be unexported (golint)
    • Line 55: warning: exported method TransactionRecord.GetContractCreateResult should have comment or be unexported (golint)
    • Line 148: warning: exported method TransactionRecord.ToBytes should have comment or be unexported (golint)
    • Line 161: warning: exported function TransactionRecordFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/contract_execute_transaction.go
    • Line 49: warning: exported method ContractExecuteTransaction.GetContractID should have comment or be unexported (golint)
    • Line 60: warning: exported method ContractExecuteTransaction.GetGas should have comment or be unexported (golint)
    • Line 71: warning: exported method ContractExecuteTransaction.GetPayableAmount should have comment or be unexported (golint)
    • Line 75: warning: comment on exported method ContractExecuteTransaction.SetFunctionParameters should be of the form "SetFunctionParameters ..." (golint)
    • Line 82: warning: exported method ContractExecuteTransaction.GetFunctionParameters should have comment or be unexported (golint)
    • Line 97: warning: exported method ContractExecuteTransaction.Schedule should have comment or be unexported (golint)
    • Line 128: warning: don't use underscores in Go names; func contractExecuteTransaction_getMethod should be contractExecuteTransactionGetMethod (golint)
    • Line 134: warning: exported method ContractExecuteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 145: warning: exported method ContractExecuteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 262: warning: exported method ContractExecuteTransaction.Freeze should have comment or be unexported (golint)
    • Line 266: warning: exported method ContractExecuteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 282: warning: exported method ContractExecuteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 293: warning: exported method ContractExecuteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 304: warning: exported method ContractExecuteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 315: warning: exported method ContractExecuteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 334: warning: exported method ContractExecuteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 339: warning: exported method ContractExecuteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/contract_info.go
    • Line 9: warning: exported type ContractInfo should have comment or be unexported (golint)
    • Line 68: warning: exported method ContractInfo.ToBytes should have comment or be unexported (golint)
    • Line 77: warning: exported function ContractInfoFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/contract_info_query.go
    • Line 38: warning: exported method ContractInfoQuery.GetContractID should have comment or be unexported (golint)
    • Line 42: warning: exported method ContractInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 77: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 82: warning: don't use underscores in Go names; func contractInfoQuery_shouldRetry should be contractInfoQueryShouldRetry (golint)
    • Line 86: warning: don't use underscores in Go names; func contractInfoQuery_mapStatusError should be contractInfoQueryMapStatusError (golint)
    • Line 92: warning: don't use underscores in Go names; func contractInfoQuery_getMethod should be contractInfoQueryGetMethod (golint)
    • Line 98: warning: exported method ContractInfoQuery.Execute should have comment or be unexported (golint)
    • Line 179: warning: exported method ContractInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/freeze_transaction.go
    • Line 9: warning: exported type FreezeTransaction should have comment or be unexported (golint)
    • Line 14: warning: exported function NewFreezeTransaction should have comment or be unexported (golint)
    • Line 34: warning: exported method FreezeTransaction.SetStartTime should have comment or be unexported (golint)
    • Line 41: warning: exported method FreezeTransaction.GetStartTime should have comment or be unexported (golint)
    • Line 50: warning: exported method FreezeTransaction.SetEndTime should have comment or be unexported (golint)
    • Line 57: warning: exported method FreezeTransaction.GetEndTime should have comment or be unexported (golint)
    • Line 66: warning: exported method FreezeTransaction.Schedule should have comment or be unexported (golint)
    • Line 99: warning: don't use underscores in Go names; func freezeTransaction_getMethod should be freezeTransactionGetMethod (golint)
    • Line 105: warning: exported method FreezeTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 116: warning: exported method FreezeTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 233: warning: exported method FreezeTransaction.Freeze should have comment or be unexported (golint)
    • Line 237: warning: exported method FreezeTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 253: warning: exported method FreezeTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 264: warning: exported method FreezeTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 275: warning: exported method FreezeTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 286: warning: exported method FreezeTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 298: warning: comment on exported method FreezeTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 305: warning: exported method FreezeTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 310: warning: exported method FreezeTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/token_delete_transaction.go
    • Line 9: warning: comment on exported type TokenDeleteTransaction should be of the form "TokenDeleteTransaction ..." (with optional leading article) (golint)
    • Line 18: warning: exported function NewTokenDeleteTransaction should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method TokenDeleteTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 44: warning: exported method TokenDeleteTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 48: warning: exported method TokenDeleteTransaction.Schedule should have comment or be unexported (golint)
    • Line 76: warning: don't use underscores in Go names; func tokenDeleteTransaction_getMethod should be tokenDeleteTransactionGetMethod (golint)
    • Line 82: warning: exported method TokenDeleteTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 93: warning: exported method TokenDeleteTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 210: warning: exported method TokenDeleteTransaction.Freeze should have comment or be unexported (golint)
    • Line 214: warning: exported method TokenDeleteTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 230: warning: exported method TokenDeleteTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 241: warning: exported method TokenDeleteTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 252: warning: exported method TokenDeleteTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 263: warning: exported method TokenDeleteTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 275: warning: comment on exported method TokenDeleteTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 282: warning: exported method TokenDeleteTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 287: warning: exported method TokenDeleteTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/topic_id.go
    • Line 51: warning: exported method TopicID.ToBytes should have comment or be unexported (golint)
    • Line 60: warning: exported function TopicIDFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/account_id.go
    • Line 97: warning: exported method AccountID.ToBytes should have comment or be unexported (golint)
    • Line 106: warning: exported function AccountIDFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/file_info_query.go
    • Line 7: warning: exported type FileInfoQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewFileInfoQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method FileInfoQuery.SetFileID should have comment or be unexported (golint)
    • Line 31: warning: exported method FileInfoQuery.GetFileID should have comment or be unexported (golint)
    • Line 35: warning: exported method FileInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 70: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 75: warning: don't use underscores in Go names; func fileInfoQuery_shouldRetry should be fileInfoQueryShouldRetry (golint)
    • Line 79: warning: don't use underscores in Go names; func fileInfoQuery_mapStatusError should be fileInfoQueryMapStatusError (golint)
    • Line 85: warning: don't use underscores in Go names; func fileInfoQuery_getMethod should be fileInfoQueryGetMethod (golint)
    • Line 91: warning: exported method FileInfoQuery.Execute should have comment or be unexported (golint)
    • Line 166: warning: exported method FileInfoQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 171: warning: exported method FileInfoQuery.GetNodeAccountId should have comment or be unexported (golint)
    • Line 175: warning: exported method FileInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/live_hash_query.go
    • Line 7: warning: exported type LiveHashQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewLiveHashQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method LiveHashQuery.SetAccountID should have comment or be unexported (golint)
    • Line 31: warning: exported method LiveHashQuery.GetAccountID should have comment or be unexported (golint)
    • Line 35: warning: exported method LiveHashQuery.SetHash should have comment or be unexported (golint)
    • Line 40: warning: exported method LiveHashQuery.GetGetHash should have comment or be unexported (golint)
    • Line 44: warning: exported method LiveHashQuery.GetCost should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; func liveHashQuery_shouldRetry should be liveHashQueryShouldRetry (golint)
    • Line 84: warning: don't use underscores in Go names; func liveHashQuery_mapStatusError should be liveHashQueryMapStatusError (golint)
    • Line 90: warning: don't use underscores in Go names; func liveHashQuery_getMethod should be liveHashQueryGetMethod (golint)
    • Line 96: warning: exported method LiveHashQuery.Execute should have comment or be unexported (golint)
    • Line 171: warning: exported method LiveHashQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • hedera-sdk-go/token_wipe_transaction.go
    • Line 9: warning: comment on exported type TokenWipeTransaction should be of the form "TokenWipeTransaction ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewTokenWipeTransaction should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method TokenWipeTransaction.SetTokenID should be of the form "SetTokenID ..." (golint)
    • Line 58: warning: exported method TokenWipeTransaction.GetTokenID should have comment or be unexported (golint)
    • Line 62: warning: comment on exported method TokenWipeTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 69: warning: exported method TokenWipeTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 73: warning: comment on exported method TokenWipeTransaction.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 82: warning: exported method TokenWipeTransaction.GetAmount should have comment or be unexported (golint)
    • Line 86: warning: exported method TokenWipeTransaction.Schedule should have comment or be unexported (golint)
    • Line 116: warning: don't use underscores in Go names; func tokenWipeTransaction_getMethod should be tokenWipeTransactionGetMethod (golint)
    • Line 122: warning: exported method TokenWipeTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 133: warning: exported method TokenWipeTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 246: warning: exported method TokenWipeTransaction.Freeze should have comment or be unexported (golint)
    • Line 250: warning: exported method TokenWipeTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 266: warning: exported method TokenWipeTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 277: warning: exported method TokenWipeTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 288: warning: exported method TokenWipeTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 299: warning: exported method TokenWipeTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 311: warning: comment on exported method TokenWipeTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 318: warning: exported method TokenWipeTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 323: warning: exported method TokenWipeTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/topic_info.go
    • Line 9: warning: exported type TopicInfo should have comment or be unexported (golint)
    • Line 64: warning: exported method TopicInfo.ToBytes should have comment or be unexported (golint)
    • Line 73: warning: exported function TopicInfoFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/contract_function_parameters.go
    • Line 10: warning: exported type ContractFunctionParameters should have comment or be unexported (golint)
    • Line 15: warning: exported type Argument should have comment or be unexported (golint)
    • Line 20: warning: exported function NewContractFunctionParameters should have comment or be unexported (golint)
    • Line 27: warning: exported method ContractFunctionParameters.AddBool should have comment or be unexported (golint)
    • Line 42: warning: exported method ContractFunctionParameters.AddFunction should have comment or be unexported (golint)
    • Line 68: warning: exported method ContractFunctionParameters.AddInt8 should have comment or be unexported (golint)
    • Line 79: warning: exported method ContractFunctionParameters.AddInt32 should have comment or be unexported (golint)
    • Line 90: warning: exported method ContractFunctionParameters.AddInt64 should have comment or be unexported (golint)
    • Line 101: warning: exported method ContractFunctionParameters.AddInt256 should have comment or be unexported (golint)
    • Line 112: warning: exported method ContractFunctionParameters.AddUint8 should have comment or be unexported (golint)
    • Line 123: warning: exported method ContractFunctionParameters.AddUint32 should have comment or be unexported (golint)
    • Line 134: warning: exported method ContractFunctionParameters.AddUint64 should have comment or be unexported (golint)
    • Line 145: warning: exported method ContractFunctionParameters.AddUint256 should have comment or be unexported (golint)
    • Line 156: warning: exported method ContractFunctionParameters.AddInt32Array should have comment or be unexported (golint)
    • Line 175: warning: exported method ContractFunctionParameters.AddInt64Array should have comment or be unexported (golint)
    • Line 194: warning: exported method ContractFunctionParameters.AddInt256Array should have comment or be unexported (golint)
    • Line 213: warning: exported method ContractFunctionParameters.AddUint32Array should have comment or be unexported (golint)
    • Line 232: warning: exported method ContractFunctionParameters.AddUint64Array should have comment or be unexported (golint)
    • Line 251: warning: exported method ContractFunctionParameters.AddUint256Array should have comment or be unexported (golint)
    • Line 270: warning: exported method ContractFunctionParameters.AddAddressArray should have comment or be unexported (golint)
    • Line 298: warning: exported method ContractFunctionParameters.AddString should have comment or be unexported (golint)
    • Line 312: warning: exported method ContractFunctionParameters.AddBytes should have comment or be unexported (golint)
    • Line 325: warning: exported method ContractFunctionParameters.AddBytes32 should have comment or be unexported (golint)
    • Line 336: warning: exported method ContractFunctionParameters.AddAddress should have comment or be unexported (golint)
    • Line 359: warning: exported method ContractFunctionParameters.AddBytesArray should have comment or be unexported (golint)
    • Line 370: warning: exported method ContractFunctionParameters.AddBytes32Array should have comment or be unexported (golint)
    • Line 389: warning: exported method ContractFunctionParameters.AddStringArray should have comment or be unexported (golint)
    • hedera-sdk-go/client.go
    • Line 78: warning: exported function ClientForNetwork should have comment or be unexported (golint)
    • Line 122: warning: exported function ClientForName should have comment or be unexported (golint)
    • Line 277: warning: exported method Client.GetNetwork should have comment or be unexported (golint)
    • Line 281: warning: comment on exported method Client.SetMirrorNetwork should be of the form "SetMirrorNetwork ..." (golint)
    • Line 287: warning: exported method Client.GetMirrorNetwork should have comment or be unexported (golint)
    • Line 323: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 332: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • hedera-sdk-go/file_create_transaction.go
    • Line 46: warning: comment on exported method FileCreateTransaction.SetKeys should be of the form "SetKeys ..." (golint)
    • Line 69: warning: exported method FileCreateTransaction.GetKeys should have comment or be unexported (golint)
    • Line 78: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 93: warning: exported method FileCreateTransaction.GetExpirationTime should have comment or be unexported (golint)
    • Line 106: warning: exported method FileCreateTransaction.GetContents should have comment or be unexported (golint)
    • Line 110: warning: exported method FileCreateTransaction.Schedule should have comment or be unexported (golint)
    • Line 144: warning: don't use underscores in Go names; func fileCreateTransaction_getMethod should be fileCreateTransactionGetMethod (golint)
    • Line 150: warning: exported method FileCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 161: warning: exported method FileCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 277: warning: exported method FileCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 281: warning: exported method FileCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 297: warning: exported method FileCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 308: warning: exported method FileCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 319: warning: exported method FileCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 330: warning: exported method FileCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 342: warning: comment on exported method FileCreateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 349: warning: exported method FileCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 354: warning: exported method FileCreateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/file_id.go
    • Line 47: warning: exported function FileIDFromSolidityAddress should have comment or be unexported (golint)
    • Line 64: warning: exported method FileID.ToSolidityAddress should have comment or be unexported (golint)
    • Line 84: warning: exported method FileID.ToBytes should have comment or be unexported (golint)
    • Line 93: warning: exported function FileIDFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/network_version_info_query.go
    • Line 7: warning: exported type NetworkVersionInfoQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewNetworkVersionQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method NetworkVersionInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 61: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 66: warning: don't use underscores in Go names; func networkVersionInfoQuery_shouldRetry should be networkVersionInfoQueryShouldRetry (golint)
    • Line 70: warning: don't use underscores in Go names; func networkVersionInfoQuery_mapStatusError should be networkVersionInfoQueryMapStatusError (golint)
    • Line 76: warning: don't use underscores in Go names; func networkVersionInfoQuery_getMethod should be networkVersionInfoQueryGetMethod (golint)
    • Line 82: warning: exported method NetworkVersionInfoQuery.Execute should have comment or be unexported (golint)
    • Line 157: warning: exported method NetworkVersionInfoQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 162: warning: exported method NetworkVersionInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/status.go
    • Line 5: warning: exported type Status should have comment or be unexported (golint)
    • Line 8: warning: exported const StatusOk should have comment (or a comment on this block) or be unexported (golint)
    • hedera-sdk-go/subscription_handle.go
    • Line 3: warning: exported type SubscriptionHandle should have comment or be unexported (golint)
    • Line 11: warning: exported method SubscriptionHandle.Unsubscribe should have comment or be unexported (golint)
    • hedera-sdk-go/token_associate_transaction.go
    • Line 9: warning: comment on exported type TokenAssociateTransaction should be of the form "TokenAssociateTransaction ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewTokenAssociateTransaction should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method TokenAssociateTransaction.SetAccountID should be of the form "SetAccountID ..." (golint)
    • Line 57: warning: exported method TokenAssociateTransaction.GetAccountID should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method TokenAssociateTransaction.SetTokenIDs should be of the form "SetTokenIDs ..." (golint)
    • Line 73: warning: exported method TokenAssociateTransaction.AddTokenID should have comment or be unexported (golint)
    • Line 84: warning: exported method TokenAssociateTransaction.GetTokenIDs should have comment or be unexported (golint)
    • Line 94: warning: exported method TokenAssociateTransaction.Schedule should have comment or be unexported (golint)
    • Line 123: warning: don't use underscores in Go names; func tokenAssociateTransaction_getMethod should be tokenAssociateTransactionGetMethod (golint)
    • Line 129: warning: exported method TokenAssociateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 140: warning: exported method TokenAssociateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 257: warning: exported method TokenAssociateTransaction.Freeze should have comment or be unexported (golint)
    • Line 261: warning: exported method TokenAssociateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 277: warning: exported method TokenAssociateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 288: warning: exported method TokenAssociateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 299: warning: exported method TokenAssociateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 310: warning: exported method TokenAssociateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 322: warning: comment on exported method TokenAssociateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 329: warning: exported method TokenAssociateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 334: warning: exported method TokenAssociateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/account_info.go
    • Line 91: warning: exported method AccountInfo.ToBytes should have comment or be unexported (golint)
    • Line 100: warning: exported function AccountInfoFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/query.go
    • Line 9: warning: exported type Query should have comment or be unexported (golint)
    • Line 40: warning: exported method Query.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 45: warning: exported method Query.GetNodeAccountIDs should have comment or be unexported (golint)
    • Line 49: warning: don't use underscores in Go names; func query_getNodeAccountID should be queryGetNodeAccountID (golint)
    • Line 52: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 57: warning: don't use underscores in Go names; func costQuery_getNodeAccountID should be costQueryGetNodeAccountID (golint)
    • Line 73: warning: exported method Query.GetMaxRetryCount should have comment or be unexported (golint)
    • Line 77: warning: exported method Query.SetMaxRetry should have comment or be unexported (golint)
    • Line 90: warning: don't use underscores in Go names; func query_shouldRetry should be queryShouldRetry (golint)
    • Line 101: warning: don't use underscores in Go names; func query_makeRequest should be queryMakeRequest (golint)
    • Line 111: warning: don't use underscores in Go names; func costQuery_makeRequest should be costQueryMakeRequest (golint)
    • Line 117: warning: don't use underscores in Go names; func query_advanceRequest should be queryAdvanceRequest (golint)
    • Line 123: warning: don't use underscores in Go names; func costQuery_advanceRequest should be costQueryAdvanceRequest (golint)
    • Line 127: warning: don't use underscores in Go names; func query_mapResponse should be queryMapResponse (golint)
    • Line 133: warning: don't use underscores in Go names; func query_generatePayments should be queryGeneratePayments (golint)
    • Line 151: warning: don't use underscores in Go names; func query_makePaymentTransaction should be queryMakePaymentTransaction (golint)
    • hedera-sdk-go/schedule_info_query.go
    • Line 7: warning: exported type ScheduleInfoQuery should have comment or be unexported (golint)
    • Line 12: warning: exported function NewScheduleInfoQuery should have comment or be unexported (golint)
    • Line 26: warning: exported method ScheduleInfoQuery.SetScheduleID should have comment or be unexported (golint)
    • Line 31: warning: exported method ScheduleInfoQuery.GetScheduleID should have comment or be unexported (golint)
    • Line 35: warning: exported method ScheduleInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 70: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 75: warning: don't use underscores in Go names; func scheduleInfoQuery_shouldRetry should be scheduleInfoQueryShouldRetry (golint)
    • Line 79: warning: don't use underscores in Go names; func scheduleInfoQuery_mapStatusError should be scheduleInfoQueryMapStatusError (golint)
    • Line 85: warning: don't use underscores in Go names; func scheduleInfoQuery_getMethod should be scheduleInfoQueryGetMethod (golint)
    • Line 91: warning: exported method ScheduleInfoQuery.Execute should have comment or be unexported (golint)
    • Line 162: warning: exported method ScheduleInfoQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 167: warning: exported method ScheduleInfoQuery.GetNodeAccountId should have comment or be unexported (golint)
    • Line 171: warning: exported method ScheduleInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/token_id.go
    • Line 9: warning: exported type TokenID should have comment or be unexported (golint)
    • Line 35: warning: exported method TokenID.ToBytes should have comment or be unexported (golint)
    • Line 44: warning: exported function TokenIDFromBytes should have comment or be unexported (golint)
    • hedera-sdk-go/topic_create_transaction.go
    • Line 53: warning: exported method TopicCreateTransaction.GetAdminKey should have comment or be unexported (golint)
    • Line 64: warning: exported method TopicCreateTransaction.GetSubmitKey should have comment or be unexported (golint)
    • Line 75: warning: exported method TopicCreateTransaction.GetTopicMemo should have comment or be unexported (golint)
    • Line 89: warning: exported method TopicCreateTransaction.GetAutoRenewPeriod should have comment or be unexported (golint)
    • Line 104: warning: exported method TopicCreateTransaction.GetAutoRenewAccountID should have comment or be unexported (golint)
    • Line 108: warning: exported method TopicCreateTransaction.Schedule should have comment or be unexported (golint)
    • Line 140: warning: don't use underscores in Go names; func topicCreateTransaction_getMethod should be topicCreateTransactionGetMethod (golint)
    • Line 146: warning: exported method TopicCreateTransaction.IsFrozen should have comment or be unexported (golint)
    • Line 157: warning: exported method TopicCreateTransaction.SignWithOperator should have comment or be unexported (golint)
    • Line 274: warning: exported method TopicCreateTransaction.Freeze should have comment or be unexported (golint)
    • Line 278: warning: exported method TopicCreateTransaction.FreezeWith should have comment or be unexported (golint)
    • Line 294: warning: exported method TopicCreateTransaction.GetMaxTransactionFee should have comment or be unexported (golint)
    • Line 305: warning: exported method TopicCreateTransaction.GetTransactionMemo should have comment or be unexported (golint)
    • Line 316: warning: exported method TopicCreateTransaction.GetTransactionValidDuration should have comment or be unexported (golint)
    • Line 327: warning: exported method TopicCreateTransaction.GetTransactionID should have comment or be unexported (golint)
    • Line 339: warning: comment on exported method TopicCreateTransaction.SetNodeAccountIDs should be of the form "SetNodeAccountIDs ..." (golint)
    • Line 346: warning: exported method TopicCreateTransaction.SetMaxRetry should have comment or be unexported (golint)
    • Line 351: warning: exported method TopicCreateTransaction.AddSignature should have comment or be unexported (golint)
    • hedera-sdk-go/topic_info_query.go
    • Line 7: warning: exported type TopicInfoQuery should have comment or be unexported (golint)
    • Line 34: warning: exported method TopicInfoQuery.GetTopicID should have comment or be unexported (golint)
    • Line 38: warning: exported method TopicInfoQuery.GetCost should have comment or be unexported (golint)
    • Line 73: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 78: warning: don't use underscores in Go names; func topicInfoQuery_shouldRetry should be topicInfoQueryShouldRetry (golint)
    • Line 82: warning: don't use underscores in Go names; func topicInfoQuery_mapStatusError should be topicInfoQueryMapStatusError (golint)
    • Line 88: warning: don't use underscores in Go names; func topicInfoQuery_getMethod should be topicInfoQueryGetMethod (golint)
    • Line 170: warning: exported method TopicInfoQuery.SetNodeAccountIDs should have comment or be unexported (golint)
    • Line 175: warning: exported method TopicInfoQuery.SetMaxRetry should have comment or be unexported (golint)
    • hedera-sdk-go/contract_bytecode_query.go
    • Line 35: warning: exported method ContractBytecodeQuery.GetContractID should have comment or be unexported (golint)
    • Line 39: warning: exported method ContractBytecodeQuery.GetCost should have comment or be unexported (golint)
    • Line 75: warning: don't use underscores in Go names; func contractBytecodeQuery_shouldRetry should be contractBytecodeQueryShouldRetry (golint)
    • Line 79: warning: don't use underscores in Go names; func contractBytecodeQuery_mapStatusError should be contractBytecodeQueryMapStatusError (golint)
    • Line 85: warning: don't use underscores in Go names; func contractBytecodeQuery_getMethod should be contractBytecodeQueryGetMethod (golint)
    • Line 91: warning: exported method ContractBytecodeQuery.Execute should have comment or be unexported (golint)
    • Line 172: warning: exported method ContractBytecodeQuery.SetMaxRetry should have comment or be unexported (golint)

gocyclo95%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


ineffassign79%

IneffAssign detects ineffectual assignments in Go code.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell78%

Misspell Finds commonly misspelled English words