import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { RewardAddresses } = Core;
Methods
add(elem: RewardAddress): void
free(): void
get(index: number): RewardAddress
len(): number
to_bytes(): Uint8Array
to_json(): string
Static Methods
from_bytes(bytes: Uint8Array): RewardAddresses
from_json(json: string): RewardAddresses