Commit cae87bb6 authored by imtase's avatar imtase
Browse files

fix(witnessupdateproperties): optional witness properties

parent 0a9b5b0c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -360,8 +360,15 @@ declare module 'dblurt/chain/misc' {
	    proposal_fee: string | Asset;
	}
	export interface WitnessUpdateProperties {
	    /** Returned by Database, Account History and Condenser API */
	    account_creation_fee: string | Asset;
	    maximum_block_size: number;
	    /** Only available with Condenser API */
	    account_subsidy_budget?: number;
	    account_subsidy_decay?: number;
	    operation_flat_fee?: string | Asset;
	    bandwidth_kbytes_fee?: string | Asset;
	    proposal_fee?: string | Asset;
	}
	export interface WitnessSetProperties {
	    account_creation_fee: string | Asset;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

(248 KiB)

File changed.

No diff preview for this file type.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
						<dd><p>BeBlurt <a href="https://beblurt.com/@beblurt">https://beblurt.com/@beblurt</a></p>
						</dd>
						<dt>description</dt>
						<dd><p>adaptation from Johan Nordberg <a href="mailto:&#99;&#111;&#x64;&#101;&#64;&#106;&#x6f;&#x68;&#97;&#110;&#x2d;&#x6e;&#111;&#x72;&#x64;&#98;&#x65;&#x72;&#x67;&#46;&#99;&#x6f;&#109;">&#99;&#111;&#x64;&#101;&#64;&#106;&#x6f;&#x68;&#97;&#110;&#x2d;&#x6e;&#111;&#x72;&#x64;&#98;&#x65;&#x72;&#x67;&#46;&#99;&#x6f;&#109;</a> type definitions related to comments and posting.</p>
						<dd><p>adaptation from Johan Nordberg <a href="mailto:&#99;&#x6f;&#100;&#x65;&#64;&#x6a;&#111;&#x68;&#97;&#110;&#45;&#110;&#x6f;&#x72;&#x64;&#98;&#x65;&#x72;&#x67;&#x2e;&#x63;&#x6f;&#109;">&#99;&#x6f;&#100;&#x65;&#64;&#x6a;&#111;&#x68;&#97;&#110;&#45;&#110;&#x6f;&#x72;&#x64;&#98;&#x65;&#x72;&#x67;&#x2e;&#x63;&#x6f;&#109;</a> type definitions related to comments and posting.</p>
						</dd>
						<dt>license</dt>
						<dd><p>Copyright (c) 2017 Johan Nordberg. All Rights Reserved.</p>
Loading