SYMBOL INDEX (97 symbols across 3 files) FILE: art/artchaincode/art_app.go type ItemObject (line 53) | type ItemObject struct type ItemLog (line 75) | type ItemLog struct type UserObject (line 95) | type UserObject struct type AuctionRequest (line 116) | type AuctionRequest struct type ItemTransaction (line 141) | type ItemTransaction struct type Bid (line 157) | type Bid struct function InvokeFunction (line 173) | func InvokeFunction(fname string) func(stub shim.ChaincodeStubInterface,... function QueryFunction (line 193) | func QueryFunction(fname string) func(stub shim.ChaincodeStubInterface, ... type SimpleChaincode (line 262) | type SimpleChaincode struct method Init (line 313) | func (t *SimpleChaincode) Init(stub shim.ChaincodeStubInterface) pb.Re... method Invoke (line 347) | func (t *SimpleChaincode) Invoke(stub shim.ChaincodeStubInterface) pb.... method invoke (line 381) | func (t *SimpleChaincode) invoke(stub shim.ChaincodeStubInterface, fun... method query (line 416) | func (t *SimpleChaincode) query(stub shim.ChaincodeStubInterface, func... function main (line 269) | func main() { function downloadFile (line 284) | func downloadFile(filepath string, url string) (err error) { function GetUser (line 451) | func GetUser(stub shim.ChaincodeStubInterface, function string, args []s... function GetItem (line 480) | func GetItem(stub shim.ChaincodeStubInterface, function string, args []s... function ValidateItemOwnership (line 508) | func ValidateItemOwnership(stub shim.ChaincodeStubInterface, function st... function GetAuctionRequest (line 564) | func GetAuctionRequest(stub shim.ChaincodeStubInterface, function string... function GetBid (line 592) | func GetBid(stub shim.ChaincodeStubInterface, function string, args []st... function GetTransaction (line 628) | func GetTransaction(stub shim.ChaincodeStubInterface, function string, a... function PostUser (line 661) | func PostUser(stub shim.ChaincodeStubInterface, function string, args []... function CreateUserObject (line 696) | func CreateUserObject(args []string) (UserObject, error) { function PostItem (line 728) | func PostItem(stub shim.ChaincodeStubInterface, function string, args []... function CreateItemObject (line 784) | func CreateItemObject(args []string) (ItemObject, error) { function UpdateItemObject (line 842) | func UpdateItemObject(stub shim.ChaincodeStubInterface, ar []byte, hamme... function TransferItem (line 891) | func TransferItem(stub shim.ChaincodeStubInterface, function string, arg... function VerifyIfItemIsOnAuction (line 977) | func VerifyIfItemIsOnAuction(stub shim.ChaincodeStubInterface, itemID st... function PostItemLog (line 1042) | func PostItemLog(stub shim.ChaincodeStubInterface, item ItemObject, stat... function PostAuctionRequest (line 1074) | func PostAuctionRequest(stub shim.ChaincodeStubInterface, function strin... function CreateAuctionRequest (line 1148) | func CreateAuctionRequest(args []string) (AuctionRequest, error) { function PostTransaction (line 1180) | func PostTransaction(stub shim.ChaincodeStubInterface, function string, ... function CreateTransactionRequest (line 1269) | func CreateTransactionRequest(args []string) (ItemTransaction, error) { function PostBid (line 1293) | func PostBid(stub shim.ChaincodeStubInterface, function string, args []s... function CreateBidObject (line 1391) | func CreateBidObject(args []string) (Bid, error) { function JSONtoArgs (line 1424) | func JSONtoArgs(Avalbytes []byte) (map[string]interface{}, error) { function GetKeyValue (line 1439) | func GetKeyValue(Avalbytes []byte, key string) string { function tCompare (line 1453) | func tCompare(t1 string, t2 string) bool { function JSONtoAR (line 1478) | func JSONtoAR(data []byte) (ItemObject, error) { function ARtoJSON (line 1492) | func ARtoJSON(ar ItemObject) ([]byte, error) { function ItemLogtoJSON (line 1505) | func ItemLogtoJSON(item ItemLog) ([]byte, error) { function JSONtoItemLog (line 1518) | func JSONtoItemLog(ithis []byte) (ItemLog, error) { function AucReqtoJSON (line 1532) | func AucReqtoJSON(ar AuctionRequest) ([]byte, error) { function JSONtoAucReq (line 1545) | func JSONtoAucReq(areq []byte) (AuctionRequest, error) { function BidtoJSON (line 1559) | func BidtoJSON(myHand Bid) ([]byte, error) { function JSONtoBid (line 1572) | func JSONtoBid(areq []byte) (Bid, error) { function UsertoJSON (line 1586) | func UsertoJSON(user UserObject) ([]byte, error) { function JSONtoUser (line 1600) | func JSONtoUser(user []byte) (UserObject, error) { function TrantoJSON (line 1615) | func TrantoJSON(at ItemTransaction) ([]byte, error) { function JSONtoTran (line 1628) | func JSONtoTran(areq []byte) (ItemTransaction, error) { function validateID (line 1643) | func validateID(id string) error { function ItemToItemLog (line 1657) | func ItemToItemLog(io ItemObject, cdt string) ItemLog { function BidtoTransaction (line 1675) | func BidtoTransaction(bid Bid) ItemTransaction { function ValidateMember (line 1696) | func ValidateMember(stub shim.ChaincodeStubInterface, owner string) pb.R... function ValidateItemSubmission (line 1723) | func ValidateItemSubmission(stub shim.ChaincodeStubInterface, artId stri... function GetListOfBids (line 1751) | func GetListOfBids(stub shim.ChaincodeStubInterface, function string, ar... function GetListOfInitAucs (line 1799) | func GetListOfInitAucs(stub shim.ChaincodeStubInterface, function string... function GetListOfOpenAucs (line 1847) | func GetListOfOpenAucs(stub shim.ChaincodeStubInterface, function string... function GetItemLog (line 1893) | func GetItemLog(stub shim.ChaincodeStubInterface, function string, args ... function GetItemListByCat (line 1951) | func GetItemListByCat(stub shim.ChaincodeStubInterface, function string,... function GetUserListByCat (line 2006) | func GetUserListByCat(stub shim.ChaincodeStubInterface, function string,... function GetLastBid (line 2061) | func GetLastBid(stub shim.ChaincodeStubInterface, function string, args ... function GetNoOfBidsReceived (line 2111) | func GetNoOfBidsReceived(stub shim.ChaincodeStubInterface, function stri... function GetHighestBid (line 2138) | func GetHighestBid(stub shim.ChaincodeStubInterface, function string, ar... function OpenAuctionForBids (line 2189) | func OpenAuctionForBids(stub shim.ChaincodeStubInterface, function strin... function CloseOpenAuctions (line 2265) | func CloseOpenAuctions(stub shim.ChaincodeStubInterface, function string... function CloseAuction (line 2323) | func CloseAuction(stub shim.ChaincodeStubInterface, function string, arg... function BuyItNow (line 2400) | func BuyItNow(stub shim.ChaincodeStubInterface, function string, args []... function UpdateAuctionStatus (line 2497) | func UpdateAuctionStatus(stub shim.ChaincodeStubInterface, tableName str... function ProcessQueryResult (line 2521) | func ProcessQueryResult(stub shim.ChaincodeStubInterface, Avalbytes []by... FILE: art/artchaincode/vendor/itpUtils/image_proc_0.6api.go function ImageToByteArray (line 54) | func ImageToByteArray(imageFile string) ([]byte, string) { function GetImageType (line 88) | func GetImageType(buff []byte) string { function ByteArrayToImage (line 115) | func ByteArrayToImage(imgByte []byte, imageFile string) error { constant AESKeyLength (line 169) | AESKeyLength = 32 constant NonceSize (line 170) | NonceSize = 24 function GetRandomBytes (line 176) | func GetRandomBytes(len int) ([]byte, error) { function GenAESKey (line 194) | func GenAESKey() ([]byte, error) { function PKCS5Pad (line 198) | func PKCS5Pad(src []byte) []byte { function PKCS5Unpad (line 204) | func PKCS5Unpad(src []byte) []byte { function Decrypt (line 210) | func Decrypt(key []byte, ciphertext []byte) []byte { function Encrypt (line 239) | func Encrypt(key []byte, ba []byte) []byte { FILE: art/artchaincode/vendor/itpUtils/table_1.0api.go function GetNumberOfKeys (line 73) | func GetNumberOfKeys(tname string) int { function ChkRecType (line 101) | func ChkRecType(args []string) bool { function CheckRecType (line 117) | func CheckRecType(rt string) bool { function IdentifyRecType (line 134) | func IdentifyRecType(args []string) (string, error) { function IdentifyObjectType (line 151) | func IdentifyObjectType(args []string) (string, error) { function InitObject (line 166) | func InitObject(stub shim.ChaincodeStubInterface, objectType string, key... function UpdateObject (line 176) | func UpdateObject(stub shim.ChaincodeStubInterface, objectType string, k... function DeleteObject (line 203) | func DeleteObject(stub shim.ChaincodeStubInterface, objectType string, k... function DeleteAllObjects (line 230) | func DeleteAllObjects(stub shim.ChaincodeStubInterface, objectType strin... function ReplaceObject (line 252) | func ReplaceObject(stub shim.ChaincodeStubInterface, objectType string, ... function QueryObject (line 279) | func QueryObject(stub shim.ChaincodeStubInterface, objectType string, ke... function QueryObjectWithProcessingFunction (line 303) | func QueryObjectWithProcessingFunction(stub shim.ChaincodeStubInterface,... function GetKeyList (line 341) | func GetKeyList(stub shim.ChaincodeStubInterface, args []string) (shim.S... function GetQueryResultForQueryString (line 380) | func GetQueryResultForQueryString(stub shim.ChaincodeStubInterface, quer... function GetList (line 443) | func GetList(stub shim.ChaincodeStubInterface, objectType string, keys [... function VerifyAtLeastOneKeyIsPresent (line 469) | func VerifyAtLeastOneKeyIsPresent(objectType string, args []string) error {