bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class GenesisState

    GenesisState defines the anchor module's genesis state.

    from message anchor.GenesisState

    Hierarchy

    Index

    Constructors

    Properties

    anchorData: AnchorData[] = []

    from field: repeated anchor.AnchorData anchorData = 4;

    nextLocationId: string = ""

    from field: string nextLocationId = 3;

    params?: anchor.Params

    params defines all the parameters of the module.

    from field: anchor.Params params = 1;

    portId: string = ""

    from field: string port_id = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "anchor.GenesisState"

    Methods