Add support for claim transaction.

This commit is contained in:
Arthur Britto
2012-05-12 18:30:47 -07:00
parent d761f4c451
commit e0cb27f1c1
3 changed files with 51 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ TransactionFormat InnerTxnFormats[]=
},
{ "Claim", ttCLAIM, {
{ S_FIELD(Flags), STI_UINT32, SOE_FLAGS, 0 },
{ S_FIELD(GeneratorID), STI_AMOUNT, SOE_REQUIRED, 0 },
{ S_FIELD(GeneratorID), STI_HASH160, SOE_REQUIRED, 0 },
{ S_FIELD(Generator), STI_VL, SOE_REQUIRED, 0 },
{ S_FIELD(Extensions), STI_TL, SOE_IFFLAG, 0x02000000 },
{ sfInvalid, NULL, STI_DONE, SOE_NEVER, -1 } }