public interface Types
Modifier and Type | Interface and Description |
---|---|
static interface |
Types.ApiBaseInterface<ApplyResult> |
static interface |
Types.ApiInterfacePromise |
static class |
Types.ApiOptions |
static class |
Types.DecoratedRpc<ApplyResult> |
static class |
Types.DecoratedRpcMethod<ApplyResult> |
static class |
Types.DecoratedRpcSection<ApplyResult> |
static class |
Types.Derive<ApplyResult> |
static class |
Types.DeriveMethod<ApplyResult> |
static class |
Types.DeriveSection<ApplyResult> |
static interface |
Types.OnCallDefinition<ApplyResult> |
static interface |
Types.OnCallFunction |
static class |
Types.QueryableModuleStorage<ApplyResult> |
static class |
Types.QueryableStorage<ApplyResult> |
static class |
Types.QueryableStorageFunction<ApplyResult>
export interface QueryableStorageFunctionBase<CodecResult, SubscriptionResult> extends StorageFunction {
(arg?: CodecArg): CodecResult;
at: (hash: Hash | Uint8Array | string, arg?: CodecArg) => CodecResult;
hash: (arg?: CodecArg) => HashResult<CodecResult, SubscriptionResult>;
key: (arg?: CodecArg) => string;
size: (arg?: CodecArg) => U64Result<CodecResult, SubscriptionResult>;
}
|
static interface |
Types.Signer |
static class |
Types.SubmittableExtrinsicFunction<ApplyResult> |
static class |
Types.SubmittableExtrinsics<ApplyResult> |
static class |
Types.SubmittableModuleExtrinsics |