Skip to content

Instantly share code, notes, and snippets.

@kristjank
Last active August 20, 2019 06:57
Show Gist options
  • Save kristjank/108842baa5545cfe1c973de75e07e960 to your computer and use it in GitHub Desktop.
Save kristjank/108842baa5545cfe1c973de75e07e960 to your computer and use it in GitHub Desktop.
typegroup
export class BusinessRegistrationTransaction extends Transactions.Transaction {
public static typeGroup = 1;
public static type = BUSINESS_REGISTRATION_TYPE;
public static key: string = "businessRegistration";
protected static defaultStaticFee: Utils.BigNumber = Utils.BigNumber.make("5000000000");
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment