OSDN Git Service

init for remove issue (#63)
[bytom/vapor.git] / protocol / bc / bc.proto
index 0aba4b7..254285f 100644 (file)
@@ -31,11 +31,6 @@ message AssetAmount {
   uint64  amount   = 2;
 }
 
-message AssetDefinition {
-  Program issuance_program = 1;
-  Hash    data             = 2;
-}
-
 message ValueSource {
   Hash        ref      = 1;
   AssetAmount value    = 2;
@@ -111,15 +106,6 @@ message Retirement {
   uint64      ordinal  = 2;
 }
 
-message Issuance {
-  Hash             nonce_hash               = 1;
-  AssetAmount      value                    = 2;
-  ValueDestination witness_destination      = 3;
-  AssetDefinition  witness_asset_definition = 4;
-  repeated bytes   witness_arguments        = 5;
-  uint64           ordinal                  = 6;
-}
-
 message Spend {
   Hash             spent_output_id     = 1;
   ValueDestination witness_destination = 2;