Function getMutationHeader

  • Get the mutation header by block and order

    const header = getMutationHeader(client, 1, 100)
    

    Parameters

    • client: Client

      the instance of client

    • block: string

      the block id

    • order: number

      the order

    Returns Promise<GetMutationHeaderResponse>

    the mutation header

Generated using TypeDoc