[][src]Module caelum_id::controllers::claims

Functions

add_claim

@dev Requests the ADDITION of a claim from an issuer. @param Claim Struct to add @param from Address from @gas_price U256 Ammount og ethers to pay gor each Gwei @return claim_id Unique identifier for this transaction,

get_claim

@dev Return a list of all claims with same topic @param topic topic we want to check @return claimIds list of the claims with the same topic

remove_claim

@dev Removes a claim. Can only be removed by the claim issuer, or the claim holder itself. @param Claim Struct to add @param from Address from @gas_price U256 Ammount og ethers to pay gor each Gwei