Typeberry by Fluffy Labs - v0.5.0
    Preparing search index...

    Interface IFetchExternalities

    Fetchable data.

    interface IFetchExternalities {
        allOperands(): BytesBlob | null;
        allTransfers(): BytesBlob | null;
        allTransfersAndOperands(): BytesBlob | null;
        allWorkItems(): BytesBlob | null;
        authorizationToken(): BytesBlob | null;
        authorizer(): BytesBlob | null;
        authorizerTrace(): BytesBlob | null;
        constants(): BytesBlob;
        entropy(): BytesBlob | null;
        oneOperand(operandIndex: U64): BytesBlob | null;
        oneTransfer(transferIndex: U64): BytesBlob | null;
        oneTransferOrOperand(index: U64): BytesBlob | null;
        oneWorkItem(workItem: U64): BytesBlob | null;
        refineContext(): BytesBlob | null;
        workItemExtrinsic(workItem: U64 | null, index: U64): BytesBlob | null;
        workItemImport(workItem: U64 | null, index: U64): BytesBlob | null;
        workItemPayload(workItem: U64): BytesBlob | null;
        workPackage(): BytesBlob | null;
    }

    Implemented by

    Index

    Methods