Exemplo n.º 1
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "",
                contract   = "eosio",
                scope      = "eosio",
                table      = "rammarket"
            };

            return(meta);
        }
Exemplo n.º 2
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "newname",
                contract   = "eosio",
                scope      = "eosio",
                table      = "namebids"
            };

            return(meta);
        }
Exemplo n.º 3
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "owner",
                contract   = "eosio",
                scope      = "eosio",
                table      = "producers",
                key_type   = "name"
            };

            return(meta);
        }
Exemplo n.º 4
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "",
                contract   = this.settings.tokenContract,
                scope      = this.settings.symbol,
                table      = "stat",
                key_type   = ""
            };

            return(meta);
        }
Exemplo n.º 5
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "",
                contract   = this.settings.tokenContract,
                scope      = this.settings.accountName,
                table      = "accounts",
                key_type   = "name"
            };

            return(meta);
        }
Exemplo n.º 6
0
        public EOSTableMetadata GetMetaData()
        {
            var meta = new EOSTableMetadata
            {
                primaryKey = "account",
                contract   = "unusedaccnts",
                scope      = "unusedaccnts",
                table      = "whitelist",
                key_type   = "name"
            };

            return(meta);
        }