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

    Account data interface for write host calls.

    interface AccountsWrite {
        write(
            rawKey: BytesBlob,
            data: BytesBlob | null,
        ): utils.Result<number | null, "full">;
    }

    Implemented by

    Index

    Methods

    Methods