Interface ScrollApiResponse

Hierarchy

  • ScrollApiResponse

Properties

Properties

data: {
    result: (null | ApiScrollTransaction)[];
}

Type declaration

  • Readonly result: (null | ApiScrollTransaction)[]

Generated using TypeDoc