Package org.polkadot.types
Interface Types.IExtrinsic
-
- All Superinterfaces:
Codec,Types.IMethod
- All Known Subinterfaces:
SubmittableExtrinsic<ApplyResult>
- All Known Implementing Classes:
Extrinsic,SubmittableExtrinsic.SubmittableExtrinsicImpl
- Enclosing interface:
- Types
public static interface Types.IExtrinsic extends Types.IMethod
-
-
Method Summary
Modifier and Type Method Description Types.IExtrinsicaddSignature(java.lang.Object signer, byte[] signature, java.lang.Object nonce, byte[] era)U8agetHash()MethodgetMethod()Types.IExtrinsicSignaturegetSignature()booleanisSigned()Types.IExtrinsicsign(Types.KeyringPair account, Types.SignatureOptions options)-
Methods inherited from interface org.polkadot.types.Codec
eq, getEncodedLength, isEmpty, toHex, toJson, toU8a, toU8a
-
Methods inherited from interface org.polkadot.types.Types.IMethod
getArgs, getArgsDef, getCallIndex, getData, getMeta, hasOrigin
-
-
-
-
Method Detail
-
getHash
U8a getHash()
-
isSigned
boolean isSigned()
-
getMethod
Method getMethod()
-
getSignature
Types.IExtrinsicSignature getSignature()
-
addSignature
Types.IExtrinsic addSignature(java.lang.Object signer, byte[] signature, java.lang.Object nonce, byte[] era)
-
sign
Types.IExtrinsic sign(Types.KeyringPair account, Types.SignatureOptions options)
-
-