Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface BlockJSONOutput

    Output of block suitable to JSON serialization

    interface BlockJSONOutput {
        $hash: string;
        $opening: boolean;
        operations: any[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    $hash: string
    $opening: boolean
    operations: any[]