Package org.hyperledger.fabric.sdk
Class BlockInfo.EnvelopeInfo.IdentitiesInfo
- java.lang.Object
-
- org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo.IdentitiesInfo
-
- Enclosing class:
- BlockInfo.EnvelopeInfo
public class BlockInfo.EnvelopeInfo.IdentitiesInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
The identification of the identity usually the certificate.java.lang.String
getMspid()
The MSPId of the user.
-