import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { RewardAddress } = Core;
Static Methods
from_address(addr: Address): RewardAddress | undefined
new(network: number, payment: StakeCredential): RewardAddress
x/lucid/src/mod.ts>Core.RewardAddress
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { RewardAddress } = Core;